Skip to content

Commit 3dd1e91

Browse files
committed
Fix path
1 parent c5d404f commit 3dd1e91

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)