Skip to content

Commit

Permalink
removing rollup visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Dec 26, 2023
1 parent 4fa8ec6 commit 5138fc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 186 deletions.
3 changes: 1 addition & 2 deletions explorer/static/config/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { resolve } from 'path';
import { visualizer } from 'rollup-plugin-visualizer'

export default {
plugins: [visualizer()],
plugins: [],
root: resolve(__dirname, '../'),
base: '/static/',
server: {
Expand Down
183 changes: 0 additions & 183 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"rollup-plugin-visualizer": "^5.11.0",
"sass": "~1.69.0",
"stylelint": "^15.6.2",
"stylelint-config-recess-order": "^4.0.0",
Expand Down

0 comments on commit 5138fc6

Please sign in to comment.