1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 10:01:40 +03:00
tabby/terminus-web/webpack.config.js

6 lines
121 B
JavaScript

const config = require('../webpack.plugin.config')
module.exports = config({
name: 'web',
dirname: __dirname,
})