Skip to content

Commit 1823389

Browse files
author
Paulo Rezende
committed
Change the path to webpack config files
1 parent d52dafc commit 1823389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = (env) => {
2-
const config = require(`./webpack.${env.env}`);
2+
const config = require(`./webpack/webpack.${env.env}`);
33

44
return config;
55
};

0 commit comments

Comments
 (0)