mirror of https://github.com/webpack/webpack.git
9 lines
88 B
JavaScript
9 lines
88 B
JavaScript
|
module.exports = {
|
||
|
output: {
|
||
|
uniqueName: "app"
|
||
|
},
|
||
|
experiments: {
|
||
|
css: true
|
||
|
}
|
||
|
};
|