mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
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:
parent
53f531edbf
commit
e5bf59fd9b
10 changed files with 34 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "2.0.0-beta.18",
|
||||
"description": "Docs plugin for Docusaurus.",
|
||||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
"./client": "./lib/client/index.js",
|
||||
"./server": "./lib/server-export.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue