mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): updated npm run command and updated stencil config.
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-4",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2-4.tgz",
|
||||
"integrity": "sha512-z7F0XddcjpiImJ6wszKwfcZsrSDd0ejdvTt1Z9v41WyQLDNmMKO3sWy0MBtr6hKizHeaQa8oAeJXkjuWCoBCsQ==",
|
||||
"version": "0.0.2-5",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2-5.tgz",
|
||||
"integrity": "sha512-HaiMbhx6PtXgwJWty0nd+GXAz3KPFXF4KaldtcsAI6a39CNxoarb3bI9fGkat1SXddijBlitgGRM8hFxGUSbyQ==",
|
||||
"requires": {
|
||||
"chalk": "1.1.3",
|
||||
"chokidar": "1.7.0",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"main": "dist/collection/collection-manifest.json",
|
||||
"scripts": {
|
||||
"build": "npm run copy.vendor && stencil build --prod",
|
||||
"dev": "npm run copy.vendor && concurrently \"stencil build --watch --debug\" \"stencil-dev-server\"",
|
||||
"dev": "concurrently --raw \"stencil build --watch --debug\" \"stencil-dev-server\"",
|
||||
"copy.vendor": "mkdir -p ./dist/collection/vendor && cp -Rf ./src/vendor ./dist/collection",
|
||||
"link.stencil": "npm link @stencil/core",
|
||||
"test": "jest"
|
||||
@ -15,7 +15,7 @@
|
||||
"url": "git+https://github.com/ionic-team/ionic.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": "0.0.2-4"
|
||||
"@stencil/core": "0.0.2-5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/dev-server": "0.0.9",
|
||||
|
@ -23,6 +23,6 @@ exports.config = {
|
||||
preamble: '(C) Ionic http://ionicframework.com - MIT License'
|
||||
};
|
||||
|
||||
exports.devServer = {
|
||||
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
|
||||
}
|
||||
exports.devServerConfig = {
|
||||
watchGlob: ['dist/**/*.*', 'src/**/*.html']
|
||||
};
|
||||
|
Reference in New Issue
Block a user