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 2665dd7 commit 7819f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 Expand Up @@ -128,4 +128,4 @@ module.exports = {
}
types.forEach((type) => addStyleResource(config.module.rule("less").oneOf(type)));
},
};
};

0 comments on commit 7819f2f

Please sign in to comment.