reagent/test-environments/bundle/webpack.config.js
2020-04-13 12:54:08 +03:00

9 lines
207 B
JavaScript

module.exports = {
mode: 'development',
entry: './target/bundle/resources/public/js/out/index.js',
output: {
path: __dirname + "/target/bundle/resources/public/js/",
filename: 'main.js'
}
};