master
Matt Huntington 8 years ago
parent 997c3062df
commit db9f69f5ed

@ -167,7 +167,7 @@ Create `webpack.config.js` to simplify the terminal command
module.exports = { module.exports = {
entry: './js/index.js', entry: './js/index.js',
output: { output: {
filename: 'dist/bundle.js' filename: 'bundle.js'
} }
}; };
``` ```

Loading…
Cancel
Save