Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh committed Jul 8, 2024
1 parent c5d404f commit 3dd1e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const blockScssPaths = glob
}, {});

const styleScssPaths = glob
.sync('./assets/scss/index.scss', { posix: true, dotRelative: true })
.sync('./assets/scss/_index.scss', { posix: true, dotRelative: true })
.reduce((acc, filePath) => {
const entryKey = 'style';
acc[`css/${entryKey}`] = filePath;
Expand Down

0 comments on commit 3dd1e91

Please sign in to comment.