Skip to content

Commit

Permalink
webpack bugix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Apr 15, 2024
1 parent 67c534a commit 70f9c78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ module.exports = {
to: path.resolve(__dirname, 'build/css'),
context: 'html/css' // Optional, but helps to flatten the structure!
},
{
from: '*.scss',
to: path.resolve(__dirname, 'build/css'),
context: 'html/css' // Optional, but helps to flatten the structure!
},
{
from: path.resolve(__dirname, 'html/images'),
to: path.resolve(__dirname, 'build/images')
Expand Down

0 comments on commit 70f9c78

Please sign in to comment.