1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00
tabby/tabby-web-demo/webpack.config.js

6 lines
126 B
JavaScript
Raw Normal View History

2021-07-24 21:18:52 +03:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'web-demo',
dirname: __dirname,
})