mirror of
https://github.com/eugeny/tabby
synced 2026-08-18 20:06:34 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'core',
|
|
dirname: __dirname,
|
|
})
|