mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 05:50:08 +08:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
/* eslint-disable */
|
|
module.exports = (env) => {
|
|
return require(`./webpack.${env}.js`);
|
|
}; |