-
Notifications
You must be signed in to change notification settings - Fork 147
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
🏗️build (browser): rewrite build with a browser build #232
Conversation
Ok it is not working I have to "polyfill" the following internal node modules. Good for us browserify maintain some modules for this... events -> events Build is now at 300K minified js code and 70K with brotli kompression and 85K gzip that is quite good. Only thing missing is a readme update. @jjhbw can you have a look? I added a demo.html and a demo docx file to test it out - should be removed before merge. |
@jjhbw ready for review! |
@jjhbw Done changed it back to tsc build. And I changed the rollup config. |
Just as a information: I use this now in production and it is running good! It is not a big template but it uses nested if, for, etc. so if this runs all should be fine 👍 |
Looks great, thanks! I changed some minor things and merged it offline, see 3d6c1a8 for the end result. |
LGTM 👍 Thanks! |
Yes is correct missed that 👍 |
PR for #231.
Works in Browser!
ToDo: