improve builds and local development

This commit is contained in:
Shawn Erquhart
2018-07-23 12:30:15 -04:00
parent aac5167461
commit ef90fb9925
22 changed files with 228 additions and 795 deletions

View File

@ -1,3 +0,0 @@
const config = require('../../babel.config.js');
module.exports = config;

View File

@ -10,17 +10,12 @@
"sideEffects": false,
"scripts": {
"watch": "webpack -w",
"build": "cross-env NODE_ENV=production webpack"
"build": "webpack"
},
"dependencies": {
"localforage": "^1.4.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"cross-env": "^5.2.0",
"rollup": "^0.63.2",
"rollup-plugin-babel": "^4.0.0-beta.7",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},