feat: refs #8006 quasar viteConfig
This commit is contained in:
parent
158c0f684a
commit
e797905764
|
@ -80,6 +80,12 @@ export default configure(function (/* ctx */) {
|
|||
viteConf.build.modulePreload = {
|
||||
polyfill: false,
|
||||
};
|
||||
|
||||
viteConf.build.rollupOptions = {
|
||||
onwarn(warning, warn) {
|
||||
throw new Error(warning.message);
|
||||
},
|
||||
};
|
||||
},
|
||||
// viteVuePluginOptions: {},
|
||||
|
||||
|
|
Loading…
Reference in New Issue