mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(): update to latest stencil
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -49,5 +49,8 @@ demos/src/**/*.ngfactory.ts
|
||||
demos/src/**/*.d.ts
|
||||
demos/src/**/*.metadata.json
|
||||
demos/src/**/*.css.shim.ts
|
||||
core/css/
|
||||
|
||||
# stencil
|
||||
angular/css/
|
||||
core/css/
|
||||
core/loader/
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { defineCustomElements } from '@ionic/core/loader';
|
||||
|
||||
import { Config } from './providers/config';
|
||||
// @ts-ignore
|
||||
import { defineCustomElements } from '@ionic/core/dist/esm';
|
||||
import { IonicWindow } from './types/interfaces';
|
||||
|
||||
|
||||
|
@ -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