webpack/test/configCases/parsing/node-stuff-plugin-off/webpack.config.js

5 lines
51 B
JavaScript

module.exports = {
target: "web",
node: false
};