Skip to content

Commit

Permalink
fix module type and tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 20, 2024
1 parent 3de8555 commit efc4d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@drincs/pixi-vn",
"version": "0.6.14",
"type": "module",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ export default defineConfig({
splitting: false,
sourcemap: true,
clean: true,
minify: true,
bundle: true,
skipNodeModulesBundle: true,
entryPoints: ['src/index.ts'],
});

0 comments on commit efc4d39

Please sign in to comment.