5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 11:10:47 +08:00
wails/runtime/js/webpack.config.js
2019-07-20 19:32:30 +10:00

4 lines
92 B
JavaScript

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