manufac-analytics / perry

Process Design Utilities
https://manufac-analytics.github.io/perry/
MIT License
0 stars 1 forks source link

Add Regression Models #81

Closed qur786 closed 2 years ago

qur786 commented 2 years ago

@maneetgoyal sir , for now I am just trying to console log these things, but this is not creating the js files.

github-actions[bot] commented 2 years ago

size-limit report 📦

Path Size
dist/perry.cjs.production.min.js 312.28 KB (+139.42% 🔺)
dist/perry.esm.js 310.57 KB (+136.09% 🔺)
qur786 commented 2 years ago

Yeah @maneetgoyal sir the above issues are okay, but I have tried it with simple regression modules and used simple arrays as well, but it was not creating the js file on build. Can you please make some changes according to the browser implementation and try to build the js file and check if the contents of models/regression/index.ts is there in the build file or not?

maneetgoyal commented 2 years ago

Can you please make some changes according to the browser implementation and try to build the js file and check if the contents of models/regression/index.ts is there in the build file or not?

Already mentioned that I will pull the branch in a bit. have some patience!

maneetgoyal commented 2 years ago

changes made, regression content is now showing in final js bundle

maneetgoyal commented 2 years ago

demo can be made via separate PR, these changes can go in