Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
updated webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 7, 2024
1 parent 6cc4153 commit dc0ddb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const devSiteConfig = (env = {}, argv = { p: false }) => ({
});

const mergedConfig = (env, argv) => (
// merge(WebpackConfigTerra(env, argv), devSiteConfig())
merge(WebpackConfigTerra(env, argv), devSiteConfig())
);

Expand Down

0 comments on commit dc0ddb0

Please sign in to comment.