Skip to content

Commit

Permalink
fix css sideEffects (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengwk committed Jan 11, 2024
1 parent cc67c06 commit 883e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"bugs": {
"url": "https://github.com/YYsuni/react18-json-view/issues"
},
"sideEffects": false
"sideEffects": ["*.css"]
}

2 comments on commit 883e081

@vercel
Copy link

@vercel vercel bot commented on 883e081 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 883e081 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react18-json-view – ./

react18-json-view-yysuni.vercel.app
react18-json-view-git-main-yysuni.vercel.app
react18-json-view.vercel.app

Please sign in to comment.