remove unnecessary code

This commit is contained in:
Daniel D Orlando 2023-04-07 07:36:28 -07:00
parent 6e42d4fa3d
commit fd5fba45e6

View file

@ -32,12 +32,7 @@ export default defineConfig({
return "vendor"; return "vendor";
} }
}, },
sourcemapIgnoreList: (relativeSourcePath) => {
const normalizedPath = path.normalize(relativeSourcePath);
return normalizedPath.includes("node_modules");
},
}, },
cache: false,
}, },
}, },
resolve: { resolve: {