Skip to content

Commit

Permalink
feat: add asset source loader
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Aug 14, 2021
1 parent 1707dd5 commit 423e5c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default [
test: /\.(pdf|txt)$/,
type: "asset/resource",
},
{
test: /\.(xml)$/,
type: "asset/source",
},
markup,
ejs,
markdown,
Expand Down

0 comments on commit 423e5c0

Please sign in to comment.