1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-24 20:38:01 +00:00
Files
tabby/terminus-web/webpack.config.js
2021-05-24 17:48:12 +02:00

6 lines
121 B
JavaScript

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