You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that JSPM is often used alongside the SystemJS module bundler, which takes care of minification as well, this could cause issues like a difficult source to read. I know Bower adopts this approach of exposing an unminified code for the sake of giving developers the control they might need, and I'm pretty sure this approach can be applied here.
Happy to make a PR if there's an agreement. Thanks in advance!
The text was updated successfully, but these errors were encountered:
I must honestly say that I haven't been using JSPM/SystemJS in the last year or so and that knowledge faded away. It sounds like a good thing to do, so the dev using it is in charge of the way to do minification to the files.
Hi there. I'm not sure about the decision to expose the JS files in
components
as minified files in JSPM.Considering that JSPM is often used alongside the SystemJS module bundler, which takes care of minification as well, this could cause issues like a difficult source to read. I know Bower adopts this approach of exposing an unminified code for the sake of giving developers the control they might need, and I'm pretty sure this approach can be applied here.
Happy to make a PR if there's an agreement. Thanks in advance!
The text was updated successfully, but these errors were encountered: