Update build config so imports work as expected
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://git.mattrixwv.com/BaseLibraries/MattrixwvReactComponents.git"
|
||||
},
|
||||
"main": "./dist/mattrixwv-components.cjs",
|
||||
"module": "./dist/mattrixwv-components.js",
|
||||
"types": "./dist/mattrixwv-components.d.ts",
|
||||
"exports": {
|
||||
@@ -109,6 +108,10 @@
|
||||
"types": "./dist/tab.d.ts",
|
||||
"import": "./dist/tab.js"
|
||||
},
|
||||
"./theme": {
|
||||
"types": "./dist/theme.d.ts",
|
||||
"import": "./dist/theme.js"
|
||||
},
|
||||
"./toaster": {
|
||||
"types": "./dist/toaster.d.ts",
|
||||
"import": "./dist/toaster.js"
|
||||
|
||||
Reference in New Issue
Block a user