mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
reduce assetsInlineLimit
This commit is contained in:
@@ -75,11 +75,19 @@ module.exports = configure(function (/* ctx */) {
|
||||
// polyfillModulePreload: true,
|
||||
// distDir
|
||||
|
||||
// Vite options
|
||||
extendViteConf(viteConf, { isServer, isClient }) {
|
||||
viteConf.base = '';
|
||||
},
|
||||
|
||||
extendViteConf(viteConf, { isServer, isClient }) {
|
||||
viteConf.build.assetsInlineLimit = 1024;
|
||||
},
|
||||
|
||||
// viteVuePluginOptions: {},
|
||||
|
||||
// Vite plugins
|
||||
|
||||
// vitePlugins: [],
|
||||
|
||||
extendViteConf(viteConf, { isClient, isServer }) {
|
||||
|
||||
Reference in New Issue
Block a user