Uh oh!
There was an error while loading. Please reload this page.
use css-to-object for parsing styles - #159
Conversation
Deploy preview for react-magic ready! Built with commit 85d4eaa |
Daniel15
commented
Oct 14, 2018
Looks like the build failed... Could you please take a look? |
danielberndt
commented
Oct 15, 2018
Okay I fixed the built. I needed to add an empty I should probably also mention, that the size of the bundle has now significantly increased. Because a full css parser is now included. The .min.js files are now ~75KB instead of ~18KB. |
Could you please also try shim Please check where the bundle size increase is coming from and whether everything being added is 100% needed. |
css-to-object uses a more elaborate parsing algorithm. For example it deals correctly with semicolons within a
url()property.fixes#158