mirror of https://github.com/webpack/webpack.git
7 lines
66 B
JavaScript
7 lines
66 B
JavaScript
|
module.exports = {
|
||
|
target: "web",
|
||
|
node: {
|
||
|
process: true
|
||
|
}
|
||
|
};
|