tabby/terminus-electron/webpack.config.js

5 lines
126 B
JavaScript

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