-
Notifications
You must be signed in to change notification settings - Fork 40
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
marko-widgets by default pulling in marko runtime #99
Comments
However, I think it would be safe to move Anyways, I would say move |
Thanks @philidem. Based on my conversation with @patrick-steele-idem the Is it possible to have the client side rendering JS packaged separately in |
Hey @senthilp, |
But @patrick-steele-idem having this line in the main marko-widget file, will make the lasso optimizer bundle the 'marko-runtime' too along with the widget library. Even if I split the renderer and widget it would not make a difference in the final generated JS file. |
marko-widgets by default is pulling in
marko
runtime due to this reference to./defineRenderer
. The first line in defineRenderer.js isrequire('marko')
.Is this needed?
If needed why is the package.json not having dependency on
marko
? There is only a devDependencyThe text was updated successfully, but these errors were encountered: