mirror of https://github.com/webpack/webpack.git
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
|
module.exports = {
|
||
|
devtool: "source-map",
|
||
|
output: {
|
||
|
library: ["Foo", "[name]"]
|
||
|
}
|
||
|
};
|