Skip to content

Commit

Permalink
fix(wm-config): features are enabled by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnayyar002 committed Oct 24, 2021
1 parent 60d5be1 commit 68c171e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wm-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const { getClientIPAddresses, getWebpackAliasFromTsConfig } = require("./wm-help
// *************************************************************************************************
// dont change the values of variables. These are updated by feature commands

const typescript = true
const sass = true
const typescript = false
const sass = false

// *************************************************************************************************
const proxyServerOrigin1 = "http://localhost:5000"
Expand Down

0 comments on commit 68c171e

Please sign in to comment.