Skip to content

Commit

Permalink
ci: update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed May 5, 2024
1 parent bfb819f commit 0855401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports = {
.rule("images")
.use("url-loader")
.loader("url-loader")
.tap((options) => Object.assign(options, { limit: 10240 }));
.tap((options) => Object.assign(options, { limit: 10240, esModule: false}));

//💝 in-line svg imgs ~
config.module.rule("vue").use("vue-svg-inline-loader").loader("vue-svg-inline-loader");
Expand Down

0 comments on commit 0855401

Please sign in to comment.