We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5d404f + 3dd1e91 commit 8190b60Copy full SHA for 8190b60
webpack.config.js
@@ -49,7 +49,7 @@ const blockScssPaths = glob
49
}, {});
50
51
const styleScssPaths = glob
52
- .sync('./assets/scss/index.scss', { posix: true, dotRelative: true })
+ .sync('./assets/scss/_index.scss', { posix: true, dotRelative: true })
53
.reduce((acc, filePath) => {
54
const entryKey = 'style';
55
acc[`css/${entryKey}`] = filePath;
0 commit comments