Skip to content

Commit

Permalink
Add mode to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjaglumac committed May 17, 2021
1 parent 778ed18 commit 9281059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const CSS_CONFIG = {
};

const config = (module.exports = {
mode: devMode ? "development" : "production",
context: SRC_PATH,

// output a bundle for the app JS and a bundle for styles
Expand Down

0 comments on commit 9281059

Please sign in to comment.