| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-30 | create a plugin.HEADmaster | mokha | |
| * https://survivejs.com/webpack/extending/plugins/ | |||
| 2018-09-30 | create custom loaders. | mokha | |
| * https://survivejs.com/webpack/extending/loaders/ | |||
| 2018-09-30 | extending loaders. | mokha | |
| * https://survivejs.com/webpack/extending/loaders/ | |||
| 2018-09-30 | install bridge to get jest tests working | mokha | |
| 2018-09-30 | upgrade packages. | mokha | |
| 2018-09-30 | used babel namespaced plugin | mokha | |
| 2018-09-30 | add code coverage. | mokha | |
| * https://survivejs.com/webpack/techniques/testing/ | |||
| 2018-09-30 | run tests in Chrome | mokha | |
| 2018-09-30 | install karma | mokha | |
| * https://survivejs.com/webpack/techniques/testing/ | |||
| 2018-09-29 | add i18n | mokha | |
| * https://survivejs.com/webpack/techniques/i18n/ | |||
| 2018-09-29 | Use a web worker to dispatch messages back and forth. | mokha | |
| * https://survivejs.com/webpack/techniques/web-workers/ | |||
| 2018-09-29 | server side rendering. | mokha | |
| * https://survivejs.com/webpack/output/server-side-rendering/ | |||
| 2018-09-29 | express app | mokha | |
| * https://survivejs.com/webpack/output/server-side-rendering/ | |||
| 2018-09-29 | add react app | mokha | |
| * https://survivejs.com/webpack/output/server-side-rendering/ | |||
| 2018-09-29 | split into multiple pages. | mokha | |
| * https://survivejs.com/webpack/output/multiple-pages/ | |||
| 2018-09-29 | set a build performance budget | mokha | |
| * https://survivejs.com/webpack/optimizing/build-analysis/ | |||
| 2018-09-29 | record build statistics | mokha | |
| * https://survivejs.com/webpack/optimizing/build-analysis/ | |||
| 2018-09-29 | generate a manifest file. | mokha | |
| * https://survivejs.com/webpack/optimizing/separating-manifest/ | |||
| 2018-09-29 | add hash digest to assets names. | mokha | |
| https://survivejs.com/webpack/optimizing/adding-hashes-to-filenames/ | |||
| 2018-09-29 | using free variables. | mokha | |
| https://survivejs.com/webpack/optimizing/environment-variables/ | |||
| 2018-09-29 | tree shaking. | mokha | |
| https://survivejs.com/webpack/optimizing/tree-shaking/ | |||
| 2018-09-29 | minify css | mokha | |
| * https://survivejs.com/webpack/optimizing/minifying/ | |||
| 2018-09-29 | minify the js with uglify | mokha | |
| 2018-09-29 | insert git revision in banner | mokha | |
| 2018-09-29 | clean the target dir before building | mokha | |
| 2018-09-29 | use code splitting | mokha | |
| 2018-09-28 | split vendor assets into separate files. | mokha | |
| 2018-09-28 | export sourcemap | mokha | |
| 2018-09-28 | export BABEL_ENV | mokha | |
| 2018-09-28 | install babel | mokha | |
| 2018-09-28 | load images. | mokha | |
| 2018-09-28 | add autoprefixer | mokha | |
| 2018-09-28 | pureify css | mokha | |
| 2018-08-15 | split css into separate file so it can load separately from js. | mokha | |
| 2018-08-15 | add sass-loader. | mokha | |
| 2018-08-15 | add css and style loaders. | mokha | |
| 2018-08-15 | split config and merge based on environment. | mokha | |
| 2018-08-15 | configure webpack dev server. | mokha | |
| 2018-08-15 | add build script. | mokha | |
| 2018-08-15 | add html-webpack-plugin to generate index page. | mokha | |
| 2018-08-15 | use webpack to compile src/index.js | mokha | |
| 2018-08-15 | install webpack. | mokha | |
| 2018-08-15 | initial commit. | mokha | |
| Following: * https://survivejs.com/webpack/developing/getting-started/ | |||
