A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/bf8966f6de725bf2828ca4609056c27dd4a96399 below:

don't display BootstrapVue warning messages when in production · bootstrap-vue/bootstrap-vue@bf8966f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -72,4 +72,5 @@ export const getEnv = (key, fallback = null) => {

72 72

return env[key] || fallback

73 73

}

74 74 75 -

export const getNoWarn = () => getEnv('BOOTSTRAP_VUE_NO_WARN')

75 +

export const getNoWarn = () =>

76 +

getEnv('BOOTSTRAP_VUE_NO_WARN') || getEnv('NODE_ENV') === 'production'

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4