Skip to content

Commit

Permalink
fix(package): specify side-effects and do not bundle output
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 16, 2024
1 parent 7bd2244 commit e1c1647
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 503 deletions.
1 change: 1 addition & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "JS/TS wrapper for ox_lib exports",
"main": "./shared/index.js",
"types": "./shared/index.d.ts",
"sideEffects": ["./shared/resource/locale/index.js"],
"scripts": {
"compile": "tsc",
"prepare": "npm run compile"
Expand Down
Loading

0 comments on commit e1c1647

Please sign in to comment.