diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 5ed0b5a..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -allowBuilds: - esbuild: true diff --git a/vite.config.ts b/vite.config.ts index aa5e939..072529e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,18 +12,4 @@ export default defineConfig({ "@": path.resolve(__dirname, "./src"), }, }, - build: { - rolldownOptions: { - output: { - codeSplitting: { - groups: [ - { - name: "pixi", - test: /node_modules[\\/](pixi\.js|@pixi)[\\/]/, - }, - ], - }, - }, - }, - }, });