refactor: mark a few client-side packages as side-effect-free (#7085)

* refactor: mark a few client-side packages as side-effect-free

* fix

* fix again

* fix...

* revert sideeffect

* revert

* fix again...

* properly fix

* fix

* properly fix
This commit is contained in:
Joshua Chen 2022-04-09 09:08:18 +08:00 committed by GitHub
parent 53f531edbf
commit e5bf59fd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 34 additions and 5 deletions

View file

@ -4,6 +4,7 @@
"description": "Common (Node/Browser) utility functions for Docusaurus packages.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"watch": "tsc --watch"