Skip to content

Commit

Permalink
fix: remove bundle size reporting, will roll my own
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 1, 2020
1 parent d423d23 commit b07d36d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 537 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@
},
"dependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-url": "^5.0.1",
"jsdom": "^16.4.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-styles": "^3.10.0",
"rollup-plugin-terser": "^7.0.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import resolve from "@rollup/plugin-node-resolve";
import styles from "rollup-plugin-styles";
import { terser } from "rollup-plugin-terser";
import url from "@rollup/plugin-url";
import filesize from "rollup-plugin-filesize";

export function defaultInputOptions({ tmpDir, buildDirectory }) {
return {
Expand All @@ -27,7 +26,6 @@ export function defaultInputOptions({ tmpDir, buildDirectory }) {
limit: 0, // extract all files
fileName: "[dirname]/[name]-[hash][extname]",
}),
filesize({ showBrotliSize: true }),
],
};
}
Expand Down
Loading

0 comments on commit b07d36d

Please sign in to comment.