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 de45817 commit 318d389Copy full SHA for 318d389
README.md
@@ -408,7 +408,7 @@ if (IS_PROD) {
408
/<style([\s\S]*?)<\/style>+/gim,
409
''
410
)
411
- return validSection..match(/[A-Za-z0-9-_/:]*[A-Za-z0-9-_/]+/g) || []
+ return validSection.match(/[A-Za-z0-9-_/:]*[A-Za-z0-9-_/]+/g) || []
412
}
413
},
414
extensions: ['html', 'vue']
@@ -453,7 +453,7 @@ module.exports = {
453
454
""
455
);
456
457
458
459
extensions: ["html", "vue"]
0 commit comments