webpack.config.js 121 B

12345
  1. const config = require('../webpack.plugin.config')
  2. module.exports = config({
  3. name: 'ssh',
  4. dirname: __dirname,
  5. })