refactor: further tweak compiler layers
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export * from '@vue/compiler-dom'
|
||||
export * from '@vue/runtime-dom'
|
||||
|
||||
if (__FEATURE_PRODUCTION_TIP__) {
|
||||
if (__BROWSER__ && __DEV__) {
|
||||
console[console.info ? 'info' : 'log'](
|
||||
`You are running a development build of Vue.\n` +
|
||||
`Make sure to use the production build (*.prod.js) when deploying for production.`
|
||||
|
||||
Reference in New Issue
Block a user