2
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-04-12 16:10:26 +08:00
tabby/tabby-local/webpack.config.js
2021-06-29 23:57:04 +02:00

6 lines
123 B
JavaScript

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