Skip to content

Commit

Permalink
major: commit to bump up webpack versions (#1937)
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Vishnu <arunnampoothiri.vish@walmart.com>
  • Loading branch information
arunvishnun and Arun Vishnu authored Jan 17, 2023
1 parent 1e48af1 commit 21f0c6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ function generateConfig(options) {

return config;
}

module.exports = generateConfig;
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function checkTopDevArchetype() {
// Try to set dev settings, if the dev archetype is available.
// It may have been removed for production deployment.
//

function loadDev() {
const devArchetype = checkTopDevArchetype();
if (devArchetype) {
Expand Down

0 comments on commit 21f0c6e

Please sign in to comment.