webpack.config.js 235 B

123456789
  1. const config = require('../webpack.plugin.config')
  2. module.exports = config({
  3. name: 'terminal',
  4. dirname: __dirname,
  5. externals: [
  6. 'opentype.js',
  7. ],
  8. })
  9. module.exports.resolve.modules.push('node_modules/xterm/src')