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
I don't understand the desire here. I thought Webpack was minifying our JS and CSS for us, and using the un-minified versions would be good for developers. I'm not sure I care enough to object. 😄
Looking in the JavaScript files produced by webpack, then do not appear to be minimized. Perhpas there's an option or plugin or something we're missing.
So,
<library>.min.js
or<library>.min.css
or in the case of handlebars,handlebars.runtime.min.js
(I think).Others?
Test this to make sure it works before committing.
The text was updated successfully, but these errors were encountered: