diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index c0286df..b4a445a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,6 +11,7 @@ module.exports = (env) => { // Constant entry: { edit: './src/edit.js', + home: './src/home.js', }, output: { filename: 'assets/js/[name].bundle.js', |