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
Could I please get a little help how to make webpack generate separate CSS & JS bundle that I'd like to use when on wp-admin pages?
Eg. admin JS bundle could start in admin.js file, in assets/js/ directory and same goes for admin CSS - it could start in assets/scss/ dir as admin.scss.
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered:
Hi there,
Could I please get a little help how to make webpack generate separate CSS & JS bundle that I'd like to use when on wp-admin pages?
Eg. admin JS bundle could start in
admin.js
file, inassets/js/
directory and same goes for admin CSS - it could start inassets/scss/
dir asadmin.scss
.Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: