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
First off, thanks for building this! It really saved me a lot of time.
Quick question, I'm releasing a plugin to wp.org and one of the requirements (in the plugin guidelines handbook) is that you provide unminified assets: see here
I searched but couldn't immediately find my question in any (past) issues.
How does one build for production with both .js and .min.js?
You can see Elementor is doing something similar. This is what their production build looks like.
The text was updated successfully, but these errors were encountered:
I have never faced any such issue. The guideline says, you can link to the original repository. Maybe you can just include the source files if that is not an option.
In any case, if you can figure out and send a PR to generate .min.js and unminified files and enqueue only .min by default, we can surely merge it.
First off, thanks for building this! It really saved me a lot of time.
Quick question, I'm releasing a plugin to wp.org and one of the requirements (in the plugin guidelines handbook) is that you provide unminified assets: see here
I searched but couldn't immediately find my question in any (past) issues.
How does one build for production with both
.js
and.min.js
?You can see Elementor is doing something similar. This is what their production build looks like.
The text was updated successfully, but these errors were encountered: