mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 15:22:40 +00:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
const config = require('../webpack.plugin.config')
|
||
|
module.exports = config({
|
||
|
name: 'linkifier',
|
||
|
dirname: __dirname,
|
||
|
})
|