2018-10-23 15:58:37 +00:00
|
|
|
// TODO this package will be the "full-build" that includes both the runtime
|
|
|
|
// and the compiler
|
2018-10-26 19:44:50 +00:00
|
|
|
export * from '@vue/runtime-dom'
|
2019-09-04 00:51:42 +00:00
|
|
|
|
|
|
|
if (__FEATURE_PRODUCTION_TIP__) {
|
|
|
|
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.`
|
|
|
|
)
|
|
|
|
}
|