chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-09-11 10:53:49 +02:00
parent bb1924315e
commit 8f5b45c539
4 changed files with 10 additions and 6 deletions

View File

@ -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",

View File

@ -52,7 +52,8 @@ exports.config = {
],
outputTargets: [
{
type: 'dist'
type: 'dist',
esmLoaderPath: '../loader'
},
{
type: 'stats',