mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
build(ui): tree-shake ui components
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
"chromatic": "chromatic"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/ui.js",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/ui.js"
|
||||
"import": "./dist/index.js"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user