We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0d935 commit 2485955Copy full SHA for 2485955
package.json
@@ -114,18 +114,5 @@
114
},
115
"main": "dist/fr/index.js",
116
"types": "dist/fr/index.d.ts",
117
- "module": "dist/fr/index.js",
118
- "exports": {
119
- ".": "./dist/fr/index.js",
120
- "./*": "./dist/*.js",
121
- "./gdpr": "./dist/gdpr/index.js",
122
- "./next-appdir": "./dist/next-appdir/index.js",
123
- "./next-appdir/*": "./dist/next-appdir/*.js",
124
- "./useIsDark": "./dist/useIsDark/index.js",
125
- "./tools/*": "./dist/tools/*.js",
126
- "./dsfr/*": "./dsfr/*",
127
- "./blocks/*": "./dist/blocks/*.js",
128
- "./MainNavigation": "./dist/MainNavigation/index.js",
129
- "./ConsentBanner": "./dist/ConsentBanner/index.js"
130
- }
+ "module": "dist/fr/index.js"
131
}
0 commit comments