Skip to content

Commit f14e384

Browse files
committed
build(demos): fix path for zone
1 parent 0b676ab commit f14e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/demos/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
entry: [
55
path.normalize('es6-shim/es6-shim.min'),
66
'reflect-metadata',
7-
path.normalize('zone.js/dist/zone-microtask'),
7+
path.normalize('zone.js/dist/zone'),
88
],
99
module: {
1010
loaders: [

0 commit comments

Comments
 (0)