mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
build(demos): fix path for zone
This commit is contained in:
@ -4,7 +4,7 @@ module.exports = {
|
||||
entry: [
|
||||
path.normalize('es6-shim/es6-shim.min'),
|
||||
'reflect-metadata',
|
||||
path.normalize('zone.js/dist/zone-microtask'),
|
||||
path.normalize('zone.js/dist/zone'),
|
||||
],
|
||||
module: {
|
||||
loaders: [
|
||||
|
Reference in New Issue
Block a user