Skip to content

Commit

Permalink
build: fix webpack bundle generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Mar 19, 2021
1 parent 1a71046 commit 0570547
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 31 deletions.
265 changes: 245 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"core-js": "^3.9.1",
"cross-env": "^7.0.3",
"css-loader": "^5.1.3",
"css-minimizer-webpack-plugin": "^1.3.0",
"cypress": "^6.6.0",
"cypress-image-snapshot": "^4.0.1",
"d3-color": "^2.0.0",
Expand Down Expand Up @@ -101,7 +102,6 @@
"mini-css-extract-plugin": "^1.3.9",
"node-fetch": "^2.6.1",
"nouislider": "^14.6.4",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"raw-loader": "^4.0.2",
Expand All @@ -116,7 +116,6 @@
"svelte-icons": "^2.1.0",
"svelte-jester": "^1.3.0",
"svelte-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.1",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"url-loader": "^4.1.1",
Expand Down
Loading

0 comments on commit 0570547

Please sign in to comment.