Skip to content

Commit

Permalink
Removed bundle/rollup. No longer needed with .NET 6.0. Removes .NET 5…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
EdCharbeneau committed Nov 10, 2021
1 parent 17b6a1c commit 93fed85
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 33 deletions.
88 changes: 65 additions & 23 deletions BlazorSize/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 BlazorSize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"test": "tsc -p tsconfig.json && jest && npm run posttest",
"posttest": "rimraf scripts/tests/*.js",
"bundle": "rollup -c rollup.config.js",
"build": "tsc -p tsconfig.build.json && npm run bundle"
"build": "tsc -p tsconfig.build.json"
},
"author": "",
"license": "ISC",
Expand Down
8 changes: 0 additions & 8 deletions BlazorSize/rollup.config.js

This file was deleted.

0 comments on commit 93fed85

Please sign in to comment.