Skip to content

Commit c75ce9f

Browse files
authored
Speed up build time of Angular application (#179)
1 parent 477ceca commit c75ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/env.angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exports.createApp = async() => {
4747
});
4848

4949
const scripts = [
50-
{ name: 'prestart', value: 'ngcc --properties es2015 browser module main --async false' }
50+
{ name: 'prestart', value: 'ngcc --properties es2015 --async false' }
5151
];
5252
// https://github.com/angular/angular/issues/36278
5353
packageJsonUtils.updateScripts(path.join(sandboxPath, appName), scripts);

0 commit comments

Comments
 (0)