cccamp19-map/webpack.config.js

7 lines
86 B
JavaScript

module.exports = {
entry: './main.js',
output: {
filename: 'bundle.js'
}
};