Skip to content

Commit

Permalink
Remove removed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Feb 2, 2025
1 parent 5ba2cce commit 3f4c5b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const addNodeModulesToDist = () => {
async writeBundle() {
const toCopy = [
['./node_modules/ol', './dist/node_modules/ol'],
['./node_modules/color-rgba', './dist/node_modules/color-rgba'],
['./node_modules/color-name', './dist/node_modules/color-name'],
['./node_modules/rbush', './dist/node_modules/rbush'],
['./node_modules/quickselect', './dist/node_modules/quickselect'],
['./node_modules/earcut', './dist/node_modules/earcut'],
Expand Down

0 comments on commit 3f4c5b0

Please sign in to comment.