mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update vanilla config
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Ionic</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<!--<script src="/dist/ionic.js"></script>-->
|
||||
<script src="/dist/ionicvanilla.js"></script>
|
||||
<style>
|
||||
profile-modal {
|
||||
background: red;
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
"description": "Base components for Ionic",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "npm run clean && stencil build",
|
||||
"build": "npm run clean && npm run prod",
|
||||
"clean": "rm -Rf ./dist",
|
||||
"dev": "stencil build",
|
||||
"link.stencil": "npm link @stencil/core",
|
||||
"prod": "stencil build --prod",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
exports.config = {
|
||||
namespace: 'IonicVanilla',
|
||||
dest: 'dist',
|
||||
collections: [
|
||||
'@ionic/core'
|
||||
]
|
||||
],
|
||||
preamble: '(C) Ionic Vanilla https://ionicframework.com - MIT License'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user