mirror of https://github.com/webpack/webpack.git
5 lines
51 B
JavaScript
5 lines
51 B
JavaScript
|
module.exports = {
|
||
|
target: "web",
|
||
|
node: false
|
||
|
};
|