Skip to content

Commit e1c1647

Browse files
committed
fix(package): specify side-effects and do not bundle output
1 parent 7bd2244 commit e1c1647

File tree

4 files changed

+616
-503
lines changed

4 files changed

+616
-503
lines changed

package/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "JS/TS wrapper for ox_lib exports",
66
"main": "./shared/index.js",
77
"types": "./shared/index.d.ts",
8+
"sideEffects": ["./shared/resource/locale/index.js"],
89
"scripts": {
910
"compile": "tsc",
1011
"prepare": "npm run compile"

0 commit comments

Comments
 (0)