Skip to content

Commit

Permalink
fix: transpile maplibre-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 10, 2024
1 parent 8a59be8 commit 4b661b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ export default defineNuxtConfig({
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {
transpile: [
'maplibre-gl',
'iron-webcrypto',
'punycode',
'pinia',
'vuetify',
'date-fns',
/lodash.*/,
'@fortawesome/vue-fontawesome',
// ...(process.dev ? [] : ['maplibre-gl']), // What the hell, maplibre-gl
],
},

Expand Down

0 comments on commit 4b661b9

Please sign in to comment.