Skip to content

Commit c691472

Browse files
committed
Revert "fix: don't display BootstrapVue warning messages when in production"
This reverts commit bf8966f.
1 parent bf8966f commit c691472

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/env.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ export const getEnv = (key, fallback = null) => {
7272
return env[key] || fallback
7373
}
7474

75-
export const getNoWarn = () =>
76-
getEnv('BOOTSTRAP_VUE_NO_WARN') || getEnv('NODE_ENV') === 'production'
75+
export const getNoWarn = () => getEnv('BOOTSTRAP_VUE_NO_WARN')

0 commit comments

Comments
 (0)