master
Matt Huntington 8 years ago
parent db9f69f5ed
commit 452251e001

@ -206,7 +206,7 @@ Modify the webpack config to use these:
module.exports = {
entry: './js/index.js',
output: {
filename: 'dist/bundle.js'
filename: 'bundle.js'
},
module: {
rules: [
@ -234,7 +234,7 @@ class Foo {
}
```
The result in `dist/build.js` is the ES5 version:
The result in `dist/build.js` is the ES5 version (may be minified):
```javascript
var Foo = function () {

Loading…
Cancel
Save