Skip to content

Commit

Permalink
Merge pull request #147 from hasanheroglu/fix-build-td-not-working
Browse files Browse the repository at this point in the history
add core-js to resources
  • Loading branch information
egekorkan authored May 12, 2023
2 parents b97e135 + ad9d9b7 commit eaf0b30
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 eaf0b30

Please sign in to comment.