1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 05:03:36 +03:00
tabby/tabby-local/webpack.config.js

6 lines
123 B
JavaScript
Raw Normal View History

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