Merge branch 'develop' into feat-editor
This commit is contained in:
+2
-2
@@ -28,13 +28,13 @@ const saveMapPlugin = () => ({
|
||||
});
|
||||
},
|
||||
});
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), saveMapPlugin()],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user