mirror of https://github.com/webpack/webpack.git
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
|
module.exports = {
|
||
|
target: "web",
|
||
|
output: {
|
||
|
library: ["a", "b"],
|
||
|
libraryTarget: "window"
|
||
|
}
|
||
|
};
|