We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52dafc commit 1823389Copy full SHA for 1823389
webpack.config.js
@@ -1,5 +1,5 @@
1
module.exports = (env) => {
2
- const config = require(`./webpack.${env.env}`);
+ const config = require(`./webpack/webpack.${env.env}`);
3
4
return config;
5
};
0 commit comments