mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(): update to the latest version of stencil.
This commit is contained in:
6
packages/core/package-lock.json
generated
6
packages/core/package-lock.json
generated
@ -5,9 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2.tgz",
|
||||
"integrity": "sha512-qoecx54etV0qQX7N1KiKHzUmmSUvD4KLUDkq7YVzeI+NMFfmUYAaIlQ6T5CTBAMrVqkUnMIG4q5eGRb7Nqgw7Q==",
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.3.tgz",
|
||||
"integrity": "sha512-0NK/pRygGabH3vWh21aOTSrbhGVzZjZtIUslxEQ2QBxp55hpvahPoxGb5kz5J8cUGJ+QZ6nrWXOr55fg4mjt5A==",
|
||||
"requires": {
|
||||
"chalk": "1.1.3",
|
||||
"chokidar": "1.7.0",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"url": "git+https://github.com/ionic-team/ionic.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": "0.0.2"
|
||||
"@stencil/core": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/dev-server": "0.0.9",
|
||||
|
@ -28,5 +28,5 @@ exports.config = {
|
||||
};
|
||||
|
||||
exports.devServerConfig = {
|
||||
watchGlob: ['dist/**/*.*', 'src/**/*.html']
|
||||
watchGlob: ['dist/*.*', 'dist/ionic/**/**', 'src/**/*.html']
|
||||
};
|
||||
|
Reference in New Issue
Block a user