mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'plugin-manager',
|
|
dirname: __dirname,
|
|
})
|