liferay-npm-bundler-loader-sass-loader
Advanced tools
Comparing version 2.27.0 to 2.28.0
@@ -60,3 +60,3 @@ "use strict"; | ||
const extname = path_1.default.extname(filePath); | ||
if (extname == '') { | ||
if (!extname) { | ||
filePath = `${filePath}.css`; | ||
@@ -63,0 +63,0 @@ } |
@@ -20,4 +20,4 @@ { | ||
}, | ||
"version": "2.27.0", | ||
"gitHead": "e19c5b4d5fc7c2196cc37a6e31a30afe1d2c3f74" | ||
"version": "2.28.0", | ||
"gitHead": "c511aeac6b153a560c83c0a0f8bee50efaa5a6a3" | ||
} |
@@ -70,3 +70,3 @@ /** | ||
if (extname == '') { | ||
if (!extname) { | ||
filePath = `${filePath}.css`; | ||
@@ -73,0 +73,0 @@ } |
8992