diff --git a/modular_js/webpack.md b/modular_js/webpack.md index 5c388cb..5b6c941 100644 --- a/modular_js/webpack.md +++ b/modular_js/webpack.md @@ -167,7 +167,7 @@ Create `webpack.config.js` to simplify the terminal command module.exports = { entry: './js/index.js', output: { - filename: 'dist/bundle.js' + filename: 'bundle.js' } }; ```