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 e7be824 commit 92351beCopy full SHA for 92351be
index.js
@@ -32,7 +32,7 @@ function cssExtract (bundle, opts) {
32
33
function write (chunk, enc, cb) {
34
// Performance boost: don't do ast parsing unless we know it's needed
35
- if (!/(insert\-css|sheetify\/insert)/.test(chunk.source)) {
+ if (!/(insert-css|sheetify\/insert)/.test(chunk.source)) {
36
return cb(null, chunk)
37
}
38
0 commit comments