Christian Hansen
Christian Hansen
Thanks to @danlevy1's fix, it's not possible to do tree-shaking with postcss. It's tested, but feel free to validate it. 😊 Reference to the issue: https://github.com/egoist/rollup-plugin-postcss/issues/293#issuecomment-789398282
**Is your feature request related to a problem? Please describe.** Like the existing code base is tested using the unit tests in javascript, but what about the typings? The typescript...
Issue from https://bugs.mojang.com/browse/MC-135413 I found a problem with the class: `com.mojang.datafixers.Dynamic` When I try to convert a boolean value from a JsonElement it always turns up as false. Base a...
## Failing module - **npm**: https://npmjs.com/package/preact-reconciler ```js import "https://esm.sh/[email protected]" ``` ## Error message ``` /* esm.sh - error */ throw new Error("[esm.sh] " + "yarn add [email protected]: "); export default...
# ↪️ Pull Request This pull request resolves issue #7063 and allows for Parcel to install dependencies in workspaces. It changes following things. 1. Adding `node_modules` to the list of...