5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00
wails/runtime/js/webpack.config.js
2019-10-08 06:12:08 +11:00

4 lines
92 B
JavaScript

/* eslint-disable */
module.exports = (env) => {
return require(`./webpack.${env}.js`);
};