feat: add sideEffects field to trigger treeShaking (#198)

This commit is contained in:
Hayden 2023-11-01 16:36:59 +08:00 committed by GitHub
parent 21dcb3fdce
commit fc4fdbfbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,6 @@
"dependencies": { "dependencies": {
"antlr4-c3": "^3.0.1", "antlr4-c3": "^3.0.1",
"antlr4ts": "^0.5.0-alpha.4" "antlr4ts": "^0.5.0-alpha.4"
} },
"sideEffects": false
} }