Skip to content

Commit

Permalink
Added glob resolution to make extension compatible with test_plugins_…
Browse files Browse the repository at this point in the history
…build script
  • Loading branch information
eva-vashkevich committed Jul 9, 2024
1 parent 0a0f362 commit fee699c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16"
"@types/node": "^16",
"glob": "7.2.3"
},
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
Expand Down

0 comments on commit fee699c

Please sign in to comment.