Skip to content

Commit 8190b60

Browse files
authored
Merge pull request #31 from WebDevStudios/hotfix/style-css-404
hotfix / style.css path in custom webpack config
2 parents c5d404f + 3dd1e91 commit 8190b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const blockScssPaths = glob
4949
}, {});
5050

5151
const styleScssPaths = glob
52-
.sync('./assets/scss/index.scss', { posix: true, dotRelative: true })
52+
.sync('./assets/scss/_index.scss', { posix: true, dotRelative: true })
5353
.reduce((acc, filePath) => {
5454
const entryKey = 'style';
5555
acc[`css/${entryKey}`] = filePath;

0 commit comments

Comments
 (0)