Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
| | | | | This removes requirement to set global.WEB before requiring in node | ||
* | webpack.config.js: Use strict | daurnimator | 2017-09-16 |
| | |||
* | webpack.config.js: Use babel-loader instead of babili-webpack-plugin | daurnimator | 2017-08-18 |
| | |||
* | webpack.config.js: Babili should run *after* define | daurnimator | 2017-05-17 |
| | |||
* | webpack.config.js: Add explicit target | daurnimator | 2017-05-17 |
| | |||
* | webpack.config.js: Mark crypto as external | daurnimator | 2017-05-17 |
| | | | | Optional dependency of seedrandom. This makes the web bundle *much* smaller | ||
* | Added non-minified webpack build | Benoit Giannangeli | 2017-05-14 |
| | |||
* | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |