Update Webpack config like scratch-storage

- Move build outputs into `dist/`
- Make build output file names more consistent
- Update `playground/index.html` for new output file name
- Explicitly specify target => Node output is much smaller
- Minor fixes / cleanup in `.gitignore` and `src/index*.js`
This commit is contained in:
Christopher Willis-Ford
2016-12-09 15:11:02 -08:00
parent b35f684478
commit 47b46fb1aa
6 changed files with 28 additions and 19 deletions

12
.gitignore vendored
View File

@@ -5,7 +5,13 @@
/node_modules
npm-*
# Testing
/.nyc_output
/coverage
# IDEA
/.idea
# Build
/render*.js
/dist.js
/playground/render.js
/dist
/playground/scratch-render.js