webpack/test/configCases/parsing/node-source-plugin/webpack.config.js

7 lines
66 B
JavaScript
Raw Normal View History

2017-06-03 14:33:28 +08:00
module.exports = {
target: "web",
node: {
process: true
}
};