An open API service indexing awesome lists of open source software.

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

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).

![Test result at http://localhost:4200/demo](public/demo_screenshot.png?raw=true 'Title')

## Further Reading / Useful Links

- [Embroider](https://github.com/embroider-build/embroider)