We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2fa84 commit 0330a3eCopy full SHA for 0330a3e
src/utils/componentNormalizer.ts
@@ -1,4 +1,4 @@
1
-export const NORMALIZER_ID = 'plugin-vue2:normalizer'
+export const NORMALIZER_ID = '\0plugin-vue2:normalizer'
2
3
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
4
// This module is a runtime utility for cleaner component module output and will
src/utils/hmrRuntime.ts
-export const HMR_RUNTIME_ID = 'plugin-vue2:hmr-runtime'
+export const HMR_RUNTIME_ID = '\0plugin-vue2:hmr-runtime'
export const hmrRuntimeCode = `
var __VUE_HMR_RUNTIME__ = Object.create(null)
0 commit comments