1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +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,
})