We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ceca commit c75ce9fCopy full SHA for c75ce9f
packages/devextreme-cli/testing/env.angular.js
@@ -47,7 +47,7 @@ exports.createApp = async() => {
47
});
48
49
const scripts = [
50
- { name: 'prestart', value: 'ngcc --properties es2015 browser module main --async false' }
+ { name: 'prestart', value: 'ngcc --properties es2015 --async false' }
51
];
52
// https://github.com/angular/angular/issues/36278
53
packageJsonUtils.updateScripts(path.join(sandboxPath, appName), scripts);
0 commit comments