mirror of https://github.com/webpack/webpack.git
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
|
/** @type {import("../../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
target: "node",
|
||
|
mode: "development",
|
||
|
experiments: {
|
||
|
css: true
|
||
|
}
|
||
|
};
|