mirror of
https://github.com/eugeny/tabby
synced 2026-05-06 01:11:10 +00:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const config = require('../webpack.plugin.config')
|
|
module.exports = config({
|
|
name: 'settings',
|
|
dirname: __dirname,
|
|
})
|