esbuild-style-plugin
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -130,2 +130,4 @@ var __create = Object.create; | ||
const fullPath = result.path; | ||
if (!styleFilter.test(fullPath)) | ||
return; | ||
if (namespace === LOAD_STYLE_NAMESPACE) { | ||
@@ -132,0 +134,0 @@ return { |
{ | ||
"name": "esbuild-style-plugin", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Another esbuild plugin for your styling with CSS,SASS,LESS,STYLUS", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
22484
494