From db9f69f5ed0d07119a0ffdda439ccc05510af48c Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 15 May 2018 22:49:20 -0700 Subject: [PATCH] webpack --- modular_js/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }; ```