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