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
In the build step we should have webpack render both a minified production js bundle and an unminified dev bundle. Which js file gets enqueued by WP can depend on the WP_DEBUG constant. That way when WP debug is on and you're developing, you can use the vue.js dev tools.
The text was updated successfully, but these errors were encountered:
In the build step we should have webpack render both a minified production js bundle and an unminified dev bundle. Which js file gets enqueued by WP can depend on the
WP_DEBUG
constant. That way when WP debug is on and you're developing, you can use the vue.js dev tools.The text was updated successfully, but these errors were encountered: