Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcattori/remix-byoc
https://github.com/pcattori/remix-byoc
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcattori/remix-byoc
- Owner: pcattori
- Created: 2022-09-01T15:27:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T19:38:34.000Z (over 2 years ago)
- Last Synced: 2024-11-08T19:12:08.570Z (2 months ago)
- Language: TypeScript
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix: Bring Your Own Compiler
Define your own [Remix](https://remix.run/) compiler.
- Use any compiler (`esbuild`, `webpack`, etc...) under-the-hood.
- Customize compiler config and add plugins## Packages
- `compiler`: Compiler-agnostic core to coordinate browser and server builds
- `compiler-webpack`: Utilities for defining a Remix compiler using [Webpack](https://webpack.js.org/)
- `dev-server`: Remix dev server that watches for app changes and live reloads in your browser when changes are detected## Build
```sh
npm run build
```Each package will have its build output written to `packages//dist/`.