9 lines
No EOL
149 B
JavaScript
Executable file
9 lines
No EOL
149 B
JavaScript
Executable file
module.exports = {
|
|
mode: 'development',
|
|
entry: {
|
|
index: './src/js/index.js'
|
|
},
|
|
output: {
|
|
filename: 'main.js',
|
|
},
|
|
}; |