Skip to content

Commit

Permalink
Normalize formatting of entryPoints and noExternal in tsup.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 29, 2025
1 parent 48d2c16 commit ed9bd5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
minify: true,
bundle: true,
skipNodeModulesBundle: false, // Skip bundling of node_modules
entryPoints: ['src/index.ts'],
noExternal: ['pixi.js', '@pixi/sound', '@pixi/devtools'],

entryPoints: ["src/index.ts"],
noExternal: ["pixi.js", "@pixi/sound", "@pixi/devtools"],
});

0 comments on commit ed9bd5d

Please sign in to comment.