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
The build artefact dist/index.js is intended to be installed via npm and used with a javascript build system (e.g webpack). index.js doesn't need to be minified, and minification makes the code impossible for implementors to understand it.
dist/user-feedback-form.js is intended to be served as-is, so should remain minified.
The text was updated successfully, but these errors were encountered:
The build artefact
dist/index.js
is intended to be installed via npm and used with a javascript build system (e.g webpack).index.js
doesn't need to be minified, and minification makes the code impossible for implementors to understand it.dist/user-feedback-form.js
is intended to be served as-is, so should remain minified.The text was updated successfully, but these errors were encountered: