Skip to content

Commit

Permalink
remame file, update wepback
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsonder committed Aug 15, 2024
1 parent 8128ff8 commit 5ab0898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions demo/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ module.exports = {
use: ["style-loader", "css-loader"],
},
{ test: /\.json$/, type: "json" },
{
test: /\.(png|svg|jpg|jpeg|gif)$/i,
type: "asset/resource",
},
],
},
externals: {
Expand Down

0 comments on commit 5ab0898

Please sign in to comment.