Skip to content

Commit 2effd74

Browse files
authored
Merge pull request #1059 from izaera/LPS-169495
fix(portal-base): make SCSS files work in Windows
2 parents 55b7b50 + d85bb21 commit 2effd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/js-toolkit/packages/portal-base/src/util/getWebpackConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function getWebpackConfiguration(
6161
},
6262
},
6363
{
64-
include: new RegExp(`^${project.assetsDir.asNative}`),
64+
include: project.assetsDir.asNative,
6565
test: /\.(sass|scss)$/,
6666
use: [
6767
MiniCssExtractPlugin.loader,

0 commit comments

Comments
 (0)