Skip to content

Commit

Permalink
Improve FCL Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 15, 2024
1 parent e14fb62 commit 280a5a1
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .changeset/brown-bobcats-remain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@onflow/fcl-bundle": minor
---

Add tailwindcss support, preact support, image loading support
Add `rollup-plugin-postcss` & `@rollup/plugin-image`
180 changes: 73 additions & 107 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/fcl-bundle/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": [["@babel/preset-env"]]
}
}
2 changes: 0 additions & 2 deletions packages/fcl-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@rollup/pluginutils": "^5.1.2",
"commander": "^12.1.0",
"lodash": "^4.17.21",
"rollup": "^4.24.0",
Expand Down
Loading

0 comments on commit 280a5a1

Please sign in to comment.