wald-tq

Results 7 comments of wald-tq

plotly.js is used as external in vue-plotly. If you use vue-plotly in a project your own bundler is looking for plotly.js. So you can configure to resove plotly.js as you...

@stivni : have you tested angular-flash with angular 1.4.x?

I'm not working on it anymore

Sorry, I can't help you with your problem. We don't regret switching early from our plan using react-admin to building a custom admin interface with material-table and react-final-form. There were...

See my comment for the other vue-plotly library: https://github.com/statnett/vue-plotly/issues/14#issuecomment-545813235 plotly.js is used as external in vue-plotly. If you use vue-plotly in a project your own bundler is looking for plotly.js....

try with plotly.js$: ```resolve: { alias: { 'plotly.js$': 'plotly.js/dist/plotly-basic.js' } ```

@jerkald: how do you import plotly into your code? Do your builds still fail with the heap memory error? Have you tried giving your build host more memory? Is more...