-
-
Notifications
You must be signed in to change notification settings - Fork 78
Separated bundle #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separated bundle #51
Conversation
Pull Request Test Coverage Report for Build 106
💛 - Coveralls |
I tried using this branch to see if plotly was getting bundled but am encountering this error This was after doing a npm uninstall then installing the via |
@orangeswim unfortunately, angular packages don't work like that. I would recommend you to git clone this repo, switching to |
Im at work right now |
It built fine as a local package. I was having issues using npm link from my project to the local package. After trying to figure out how to get that to work for an hour, I just copied the local-package/dist to my node_modules/angular-plotly.js. So summary. It works! plotly.js is not bundled with and without --prod. Thanks again for the fix. Much appreciated! |
@orangeswim thanks a lot for the feedback. I will be finishing up another thing and will merge this PR soon and publish the next version |
closes #50
Separates
plotly.js
fromangular-plotly.js
code, song build --prod
works with bothPlotlyViaWindowModule
andPlotlyViaCDNModule
as expected