mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 02:41:33 +00:00
fix resolve alias for v-mapbox
This commit is contained in:
parent
b890b525e5
commit
1df2743eac
@ -266,6 +266,9 @@ export default {
|
||||
** You can extend webpack config here
|
||||
*/
|
||||
extend(config, ctx) {
|
||||
// Fix composition api reference for v-mapbox
|
||||
config.resolve.alias['@vue/composition-api'] = '@nuxtjs/composition-api'
|
||||
|
||||
// Add the compilerOptions
|
||||
ctx.loaders.vue.compilerOptions = {
|
||||
// Add your compilerOptions here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user