webpack.config.js 123 B

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