mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
"progressive web app",
|
||||
"pwa"
|
||||
],
|
||||
"module": "dist/collection/index.js",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/es5/index.js",
|
||||
"types": "dist/types/interface.d.ts",
|
||||
"collection": "dist/collection/collection-manifest.json",
|
||||
"unpkg": "dist/ionic.js",
|
||||
@ -27,7 +27,7 @@
|
||||
"ionicons": "4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "0.13.0-4",
|
||||
"@stencil/core": "0.13.0-8",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "0.1.0",
|
||||
"@stencil/utils": "latest",
|
||||
|
@ -52,7 +52,8 @@ exports.config = {
|
||||
],
|
||||
outputTargets: [
|
||||
{
|
||||
type: 'dist'
|
||||
type: 'dist',
|
||||
esmLoaderPath: '../loader'
|
||||
},
|
||||
{
|
||||
type: 'stats',
|
||||
|
Reference in New Issue
Block a user