Skip to content

Commit

Permalink
Merge pull request #31 from WebDevStudios/hotfix/style-css-404
Browse files Browse the repository at this point in the history
hotfix / style.css path in custom webpack config
  • Loading branch information
khleomix authored Jul 8, 2024
2 parents c5d404f + 3dd1e91 commit 8190b60
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 8190b60

Please sign in to comment.