cccamp19-map/webpack.config.js

7 lines
86 B
JavaScript
Raw Normal View History

2016-12-24 18:32:40 +00:00
module.exports = {
entry: './main.js',
output: {
filename: 'bundle.js'
}
};