We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e3e19 commit d45b10eCopy full SHA for d45b10e
lib/codegen/styleInjection.js
@@ -1,6 +1,6 @@
1
const { attrsToQuery } = require('./utils')
2
const hotReloadAPIPath = JSON.stringify(require.resolve('vue-hot-reload-api'))
3
-const allWhitespaceRE = /^\s+$/
+const allWhitespaceRE = /^\s*?$/
4
5
module.exports = function genStyleInjectionCode (
6
loaderContext,
0 commit comments