diff --git a/examples/webpack-build/README.md b/examples/webpack-build/README.md index 7df0835a..63a4aec6 100644 --- a/examples/webpack-build/README.md +++ b/examples/webpack-build/README.md @@ -7,14 +7,5 @@ A sample Webpack build for the browser. ``` $ npm i -$ npm run build-all +$ npm run build ``` - -There are two WebPack configuration: - -- the minimal configuration, just bundling the application and its dependencies. The `app.js` file in the `dist` folder is the result of that build. - -- a slimmer one, where: - - the JSON polyfill needed for IE6/IE7 support has been removed. - - the `debug` calls and import have been removed (the [debug](https://github.com/visionmedia/debug) library is included in the build by default). - - the source has been uglified (dropping IE8 support), and an associated SourceMap has been generated. diff --git a/examples/webpack-build/index.html b/examples/webpack-build/index.html index 77b3d696..1c90f499 100644 --- a/examples/webpack-build/index.html +++ b/examples/webpack-build/index.html @@ -6,8 +6,7 @@
- - + -