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 eb933bf commit d04629aCopy full SHA for d04629a
lib/loader.js
@@ -199,6 +199,8 @@ module.exports = function (content) {
199
var styleCompiler = ''
200
if (type === 'styles') {
201
styleCompiler = styleCompilerPath + '?' + JSON.stringify({
202
+ // a marker for vue-style-loader to know that this is an import from a vue file
203
+ vue: true,
204
id: moduleId,
205
scoped: !!scoped,
206
hasInlineConfig: !!query.postcss
0 commit comments