Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Feb 20, 2024
1 parent 4eea27b commit d32d505
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/strong-suits-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'playroom': minor
---

Add custom entry file support

You can provide a custom entry file via the `entry` option, which is a path to a file that runs some code before everything else. For example, if you wanted to apply a CSS reset or other global styles, polyfills etc.:

```js
import '../path/to/your/theming-system/reset';
import '../path/to/your/theming-system/global-styles.css';
```

0 comments on commit d32d505

Please sign in to comment.