1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00
tabby/tabby-core/webpack.config.js
2021-06-29 23:57:04 +02:00

6 lines
122 B
JavaScript

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