mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'serial',
|
|
dirname: __dirname,
|
|
})
|