Skip to content

Commit

Permalink
add core-js to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanheroglu committed May 12, 2023
1 parent b97e135 commit ad9d9b7
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 @@ -8,7 +8,7 @@ module.exports = defineConfig({
nodeIntegration: true,
builderOptions: {
// options placed here will be merged with default configuration and passed to electron-builder
extraResources: ["example-tds", "./node_modules/virtual-thing"],
extraResources: ["node_modules/core-js", "example-tds", "./node_modules/virtual-thing"],
},
},
},
Expand Down

0 comments on commit ad9d9b7

Please sign in to comment.