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