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 0b676ab commit f14e384Copy full SHA for f14e384
scripts/demos/webpack.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
entry: [
5
path.normalize('es6-shim/es6-shim.min'),
6
'reflect-metadata',
7
- path.normalize('zone.js/dist/zone-microtask'),
+ path.normalize('zone.js/dist/zone'),
8
],
9
module: {
10
loaders: [
0 commit comments