refactor: move assets

This commit is contained in:
Azgaar 2022-07-06 01:33:01 +03:00
parent 95baf27d58
commit da1cb4ff9b
230 changed files with 16 additions and 18 deletions

View file

@ -34,7 +34,6 @@ export default defineConfig(({mode}) => {
if (id.includes("node_modules")) {
return "vendor";
}
const importersLen = getModuleInfo(id).importers.length;
if (importersLen > 1) {
return "common";