1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-03 11:56:29 +03:00
tabby/tabby-serial/webpack.config.js

6 lines
124 B
JavaScript
Raw Normal View History

2021-02-13 14:11:38 +03:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'serial',
dirname: __dirname,
})