chore:修改vite打包转编码限制大小为1kb
This commit is contained in:
@@ -37,5 +37,9 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// 增加新的配置
|
||||||
|
build: {
|
||||||
|
assetsInlineLimit: 1,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user