Skip to content

Commit

Permalink
fix: enable module preload polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloumajor committed Mar 20, 2023
1 parent 0bbcd2f commit ee80d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = configure(function (/* ctx */) {
// rawDefine: {}
// ignorePublicFolder: true,
// minify: false,
// polyfillModulePreload: true,
polyfillModulePreload: true,
// distDir

extendViteConf(viteConf) {
Expand Down

0 comments on commit ee80d84

Please sign in to comment.