summaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2018-09-30create a plugin.HEADmastermokha
* https://survivejs.com/webpack/extending/plugins/
2018-09-30create custom loaders.mokha
* https://survivejs.com/webpack/extending/loaders/
2018-09-30extending loaders.mokha
* https://survivejs.com/webpack/extending/loaders/
2018-09-30install bridge to get jest tests workingmokha
2018-09-30upgrade packages.mokha
2018-09-30used babel namespaced pluginmokha
2018-09-30add code coverage.mokha
* https://survivejs.com/webpack/techniques/testing/
2018-09-30run tests in Chromemokha
2018-09-30install karmamokha
* https://survivejs.com/webpack/techniques/testing/
2018-09-29add i18nmokha
* https://survivejs.com/webpack/techniques/i18n/
2018-09-29Use a web worker to dispatch messages back and forth.mokha
* https://survivejs.com/webpack/techniques/web-workers/
2018-09-29server side rendering.mokha
* https://survivejs.com/webpack/output/server-side-rendering/
2018-09-29express appmokha
* https://survivejs.com/webpack/output/server-side-rendering/
2018-09-29add react appmokha
* https://survivejs.com/webpack/output/server-side-rendering/
2018-09-29record build statisticsmokha
* https://survivejs.com/webpack/optimizing/build-analysis/
2018-09-29tree shaking.mokha
https://survivejs.com/webpack/optimizing/tree-shaking/
2018-09-29minify cssmokha
* https://survivejs.com/webpack/optimizing/minifying/
2018-09-29minify the js with uglifymokha
2018-09-29insert git revision in bannermokha
2018-09-29clean the target dir before buildingmokha
2018-09-29use code splittingmokha
2018-09-28split vendor assets into separate files.mokha
2018-09-28install babelmokha
2018-09-28load images.mokha
2018-09-28add autoprefixermokha
2018-09-28pureify cssmokha
2018-08-15split css into separate file so it can load separately from js.mokha
2018-08-15add sass-loader.mokha
2018-08-15add css and style loaders.mokha
2018-08-15split config and merge based on environment.mokha
2018-08-15configure webpack dev server.mokha
2018-08-15add build script.mokha
2018-08-15add html-webpack-plugin to generate index page.mokha
2018-08-15install webpack.mokha
2018-08-15initial commit.mokha
Following: * https://survivejs.com/webpack/developing/getting-started/