Skip to content

Commit 019d9f6

Browse files
authored
fix: crisp import (#1016)
Fix datagouv/data.gouv.fr#1980 `crisp-api` broke when updating node or itself… It's seems to be a weird package. Replace it with a few fetch calls.
1 parent a0b7d1a commit 019d9f6

File tree

4 files changed

+45
-322
lines changed

4 files changed

+45
-322
lines changed

nuxt.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ export default defineNuxtConfig({
228228

229229
nitro: {
230230
compressPublicAssets: true,
231-
rollupConfig: {
232-
external: ['crisp-api'],
233-
},
234231
},
235232

236233
vite: {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"@vueuse/integrations": "^14.2.1",
7777
"@vueuse/nuxt": "^14.2.1",
7878
"@vueuse/router": "^14.2.1",
79-
"crisp-api": "^10.9.1",
8079
"gray-matter": "^4.0.3",
8180
"leaflet": "^1.9.4",
8281
"lodash-es": "^4.17.23",

0 commit comments

Comments
 (0)