https://github.com/teambit/examples
Examples of using and extending Bit.
https://github.com/teambit/examples
bit compiler react tester
Last synced: 3 months ago
JSON representation
Examples of using and extending Bit.
- Host: GitHub
- URL: https://github.com/teambit/examples
- Owner: teambit
- Created: 2021-11-08T00:52:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T19:42:58.000Z (over 3 years ago)
- Last Synced: 2025-01-14T09:37:36.410Z (5 months ago)
- Topics: bit, compiler, react, tester
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples
Examples of Bit configs and extensions.
- [Implementing a compiler (using Babel. no source maps.)](https://github.com/teambit/examples/tree/master/compilation/examples/extensions/my-compiler-no-sm)
- [Implementing a compiler (using Babel. with source maps.)](https://github.com/teambit/examples/tree/master/compilation/examples/extensions/my-compiler-sm)
- [Using Dev Files' API to set glob pattens for dev files](https://github.com/teambit/examples/tree/master/component/examples/extensions/my-dev-files)