webpack.config.node.js 96 B

1234
  1. module.exports = require('./webpack.config.base')({
  2. target: 'node',
  3. alwaysHasNode: true
  4. });