aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
Commit message (Collapse)AuthorAge
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* webpack.config.js: Use strictdaurnimator2017-09-16
|
* webpack.config.js: Use babel-loader instead of babili-webpack-plugindaurnimator2017-08-18
|
* webpack.config.js: Babili should run *after* definedaurnimator2017-05-17
|
* webpack.config.js: Add explicit targetdaurnimator2017-05-17
|
* webpack.config.js: Mark crypto as externaldaurnimator2017-05-17
| | | | Optional dependency of seedrandom. This makes the web bundle *much* smaller
* Added non-minified webpack buildBenoit Giannangeli2017-05-14
|
* Webpack (single bundle for now)Benoit Giannangeli2017-05-09