Make development vs production split clear in documentation #67
Comments
|
can you make a PR for the readme |
|
I would be happy to, but unfortunately I haven't managed to get the library to work with my Webpack build. I'm not using Will it work without I have
and
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the great work.
Is it possible to update the documentation to have more clear division about using the library in different environments. It seems that running HMR in development is the happy path. I can't seem to find a straightforward way to split the code path when running in development vs production.
e.g. in this ng-cli example, I see a clear distinction:
https://github.com/jschwarty/angularcli-hmr-example/blob/master/src/main.ts
The text was updated successfully, but these errors were encountered: