mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
4 lines
No EOL
92 B
JavaScript
4 lines
No EOL
92 B
JavaScript
/* eslint-disable */
|
|
module.exports = (env) => {
|
|
return require(`./webpack.${env}.js`);
|
|
}; |