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 554a042 commit dacdb0fCopy full SHA for dacdb0f
utils/constant.ts
@@ -12,7 +12,3 @@ export const SUPPORT_FILE = {
12
}
13
export const DEFAULT_INCLUDE_REG = [/\.vue$/]
14
export const DEFAULT_EXCLUDE_REG = [/[\\/]node_modules[\\/]/, /[\\/]\.git[\\/]/, /[\\/]\.dist[\\/]/]
15
-
16
-export const INJECT_FLAG = '\n/* created by @unplugin-vue-cssvars */'
17
-export const INJECT_PREFIX_FLAG = '\n/* <inject start> */\n'
18
-export const INJECT_SUFFIX_FLAG = '\n/* <inject end> */\n'
0 commit comments