1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-26 08:28:35 +00:00
Files
tabby/terminus-local/webpack.config.js
2021-05-16 17:36:33 +02:00

6 lines
123 B
JavaScript

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