Skip to content

Commit

Permalink
fix syntax issue in config
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico ferreguti committed Apr 26, 2024
1 parent de39e64 commit dee127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = defineConfig({
// Disable dependencies transpilation as browsers currently targetted by
// .browserlistrc doesn't need it anymore. If legacy browsers need to be supported
// modules to be processed can be granularly specified here.
transpileDependencies: false[
transpileDependencies: [
'jspdf'
]
})

0 comments on commit dee127a

Please sign in to comment.