1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-06 17:37:15 +03:00
tabby/tabby-web-demo/webpack.config.js
Eugene Pankov 75a0aadce4
build fix
2021-07-24 20:18:52 +02:00

6 lines
126 B
JavaScript

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