mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): Added dev server dependency and some configuration in the stencil config for core.
This commit is contained in:
1044
packages/core/package-lock.json
generated
1044
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,6 +18,7 @@
|
||||
"@stencil/core": "0.0.2-1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/dev-server": "0.0.8",
|
||||
"concurrently": "^3.5.0",
|
||||
"ionicons": "3.0.0"
|
||||
},
|
||||
|
@ -22,3 +22,7 @@ exports.config = {
|
||||
],
|
||||
preamble: '(C) Ionic http://ionicframework.com - MIT License'
|
||||
};
|
||||
|
||||
exports.devServer = {
|
||||
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
|
||||
}
|
||||
|
Reference in New Issue
Block a user