mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-18 22:26:05 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'local',
|
|
dirname: __dirname,
|
|
})
|