Skip to content

Commit 2d50b97

Browse files
committed
replace static insert-css calls with null
1 parent 19383b7 commit 2d50b97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function cssExtract (bundle, opts) {
4040
var sm = staticModule({
4141
'insert-css': function (src) {
4242
writeStream.write(String(src))
43+
return from2('null')
4344
}
4445
})
4546

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"through2": "^2.0.1"
2727
},
2828
"devDependencies": {
29-
"bl": "^1.1.2",
3029
"browserify": "^13.0.0",
3130
"dependency-check": "^2.5.1",
3231
"insert-css": "^0.2.0",

0 commit comments

Comments
 (0)