mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 22:44:36 +08:00
Tophatting is now done through the playground server instead of being a separate thing. Examples are now hot reloadable - modifications to README files and components will be reflected in your browser without needing to save due to markdown files being imported via webpack loader. This makes the examples part of the build pipeline instead of something that gets serialised into the page. This makes individual pages smaller at the expense of a larger bundle (which is shared amongst pages).