https://github.com/wandroll/embroider-fingerprinting-minimal-demo
Minimal reproducing to show fingerprinting issues with current state of embroider
https://github.com/wandroll/embroider-fingerprinting-minimal-demo
emberjs embroider webpack
Last synced: about 2 months ago
JSON representation
Minimal reproducing to show fingerprinting issues with current state of embroider
- Host: GitHub
- URL: https://github.com/wandroll/embroider-fingerprinting-minimal-demo
- Owner: wandroll
- Created: 2023-01-30T08:43:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T08:03:22.000Z (over 2 years ago)
- Last Synced: 2025-02-10T23:55:22.900Z (4 months ago)
- Topics: emberjs, embroider, webpack
- Language: JavaScript
- Homepage:
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embroider-fingerprinting-minimal-demo
A minimal Ember js - Embroider-based app to show fingerprinting issues with the current state of embroider.
See [FINGERPRINTING.md](FINGERPRINTING.md)
## Installation
- `git clone ` this repository
- `cd embroider-fingerprinting-minimal-demo`
- `pnpm install`## Running / Development
- `pnpm start`
- Visit the demo at [http://localhost:4200](http://localhost:4200/demo).
## Further Reading / Useful Links
- [Embroider](https://github.com/embroider-build/embroider)