mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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/**/*.d.ts
|
||||||
demos/src/**/*.metadata.json
|
demos/src/**/*.metadata.json
|
||||||
demos/src/**/*.css.shim.ts
|
demos/src/**/*.css.shim.ts
|
||||||
core/css/
|
|
||||||
|
# stencil
|
||||||
angular/css/
|
angular/css/
|
||||||
|
core/css/
|
||||||
|
core/loader/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
import { defineCustomElements } from '@ionic/core/loader';
|
||||||
|
|
||||||
import { Config } from './providers/config';
|
import { Config } from './providers/config';
|
||||||
// @ts-ignore
|
|
||||||
import { defineCustomElements } from '@ionic/core/dist/esm';
|
|
||||||
import { IonicWindow } from './types/interfaces';
|
import { IonicWindow } from './types/interfaces';
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
"progressive web app",
|
"progressive web app",
|
||||||
"pwa"
|
"pwa"
|
||||||
],
|
],
|
||||||
"module": "dist/collection/index.js",
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"module": "dist/esm/es5/index.js",
|
||||||
"types": "dist/types/interface.d.ts",
|
"types": "dist/types/interface.d.ts",
|
||||||
"collection": "dist/collection/collection-manifest.json",
|
"collection": "dist/collection/collection-manifest.json",
|
||||||
"unpkg": "dist/ionic.js",
|
"unpkg": "dist/ionic.js",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"ionicons": "4.4.3"
|
"ionicons": "4.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stencil/core": "0.13.0-4",
|
"@stencil/core": "0.13.0-8",
|
||||||
"@stencil/dev-server": "latest",
|
"@stencil/dev-server": "latest",
|
||||||
"@stencil/sass": "0.1.0",
|
"@stencil/sass": "0.1.0",
|
||||||
"@stencil/utils": "latest",
|
"@stencil/utils": "latest",
|
||||||
|
@ -52,7 +52,8 @@ exports.config = {
|
|||||||
],
|
],
|
||||||
outputTargets: [
|
outputTargets: [
|
||||||
{
|
{
|
||||||
type: 'dist'
|
type: 'dist',
|
||||||
|
esmLoaderPath: '../loader'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'stats',
|
type: 'stats',
|
||||||
|
Reference in New Issue
Block a user