You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We understand you have a problem and are in a hurry, but please provide us with some info to make it much more likely for your issue to be understood, worked on and resolved quickly.
I'm trying to use referee in a browser environment, more specifically in karma.
I'm loading the bundle version ('dist/referee.js')
But it crashes because of missing dependencies in the bundle
Thank you for reporting this. Before you create PR with changes, would you mind creating a minimal reproducible example? It could be as simple as using a codepen.
I'm trying to use referee in a browser environment, more specifically in karma.
I'm loading the bundle version ('dist/referee.js')
But it crashes because of missing dependencies in the bundle
What did you expect to happen?
referee bundle should work on browsers
What actually happens
referee crashes on browser
How to reproduce
Try to load bundle ('dist/referee.js') as a script on browser
This occurs because rollup does not bundle external dependencies by default. To do so is necessary to use 'rollup-plugin-node-resolve'
Let me know if a PR is accepted to make a bundle that works on browser
The text was updated successfully, but these errors were encountered: