Skip to content
Snippets Groups Projects
Commit 59e397a2 authored by Francois Romain's avatar Francois Romain
Browse files

build(webpack): change le nom du bundle de dev en index.js

parent 7c25ce0b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ const webpackConfigBase = require('./webpack.config.base')
const webpackConfigDev = {
mode: 'development',
devtool: 'cheap-module-eval-source-map',
entry: './src/index.js',
entry: {
index: './src/index.js'
},
plugins: [new webpackPluginNodemon()]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment