We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdd5d2 commit 173dfb3Copy full SHA for 173dfb3
1 file changed
aurelia/src/main.ext
@@ -10,14 +10,14 @@ import {Aurelia} from 'aurelia-framework';
10
export function configure(aurelia/* @if typescript */: Aurelia/* @endif */) {
11
aurelia.use.feature('resources');
12
aurelia.use.standardConfiguration();
13
- // @if isProduction
+ // @/* @echo na */if isProduction
14
aurelia.use.developmentLogging('warn');
15
- // @endif
16
- // @if !isProduction
+ // @/* @echo na */endif
+ // @/* @echo na */if !isProduction
17
aurelia.use.developmentLogging('info');
18
19
- // @if isTest
+ // @/* @echo na */if isTest
20
aurelia.use.plugin('aurelia-testing');
21
22
aurelia.start().then(() => aurelia.setRoot());
23
}
0 commit comments