Skip to content

Commit

Permalink
Merge pull request #265 from emulsify-ds/fix-missing-style-css
Browse files Browse the repository at this point in the history
fix: Missing style.css after PR #247.
  • Loading branch information
amazingrando authored Oct 7, 2022
2 parents 58a4fbc + dfe01f9 commit 8b1112b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = {
'!js',
'css/**/*.js', // Remove all unwanted, auto generated JS files from dist/css folder.
'css/**/*.js.map',
'css/style.*', // Remove duplicated dist/css/style.css and its css.map
'!*.{png,jpg,gif,svg}',
],
}),
Expand Down

0 comments on commit 8b1112b

Please sign in to comment.