5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 17:52:29 +08:00
wails/v2/internal/runtime/js/webpack.config.js

4 lines
92 B
JavaScript

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