1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 16:41:44 +03:00
tabby/tabby-web/webpack.config.js

6 lines
121 B
JavaScript
Raw Normal View History

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