Skip to content

Commit 173dfb3

Browse files
committed
fix: bypass raw preprocess syntax
1 parent 2bdd5d2 commit 173dfb3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

aurelia/src/main.ext

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import {Aurelia} from 'aurelia-framework';
1010
export function configure(aurelia/* @if typescript */: Aurelia/* @endif */) {
1111
aurelia.use.feature('resources');
1212
aurelia.use.standardConfiguration();
13-
// @if isProduction
13+
// @/* @echo na */if isProduction
1414
aurelia.use.developmentLogging('warn');
15-
// @endif
16-
// @if !isProduction
15+
// @/* @echo na */endif
16+
// @/* @echo na */if !isProduction
1717
aurelia.use.developmentLogging('info');
18-
// @endif
19-
// @if isTest
18+
// @/* @echo na */endif
19+
// @/* @echo na */if isTest
2020
aurelia.use.plugin('aurelia-testing');
21-
// @endif
21+
// @/* @echo na */endif
2222
aurelia.start().then(() => aurelia.setRoot());
2323
}

0 commit comments

Comments
 (0)