mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
/* eslint-disable */
|
|
module.exports = (env) => {
|
|
return require(`./webpack.${env}.js`);
|
|
}; |