tabby/tabby-telnet/webpack.config.js

6 lines
123 B
JavaScript
Raw Normal View History

2021-07-04 14:48:48 +00:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'telnet',
dirname: __dirname
})