chore(): update vanilla config

This commit is contained in:
Adam Bradley
2017-06-30 14:13:19 -05:00
parent 4802fbd477
commit 77665fca7f
3 changed files with 7 additions and 3 deletions

View File

@@ -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;

View File

@@ -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": {

View File

@@ -1,6 +1,8 @@
exports.config = {
namespace: 'IonicVanilla',
dest: 'dist',
collections: [
'@ionic/core'
]
],
preamble: '(C) Ionic Vanilla https://ionicframework.com - MIT License'
};