webpack/test/configCases/entry/issue-8110/webpack.config.js

10 lines
107 B
JavaScript

module.exports = {
entry: {
bundle0: "./a",
other: "./b"
},
output: {
filename: "[name].js"
}
};