Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. "entry": {
  2. "main": [
  3. "./scripts/main.js",
  4. "./styles/main.scss"
  5. ],
  6. "customizer": [
  7. "./scripts/customizer.js"
  8. ],
  9. "admin": [
  10. "./scripts/admin.js"
  11. ]
  12. },
  13.  
  14. if (is_admin()) {
  15. wp_enqueue_script('sage/admin.js', asset_path('scripts/admin.js'), ['jquery'], null, true);
  16. }
  17.  
  18. import './plugins/plugin-name/whatever.js';
  19. import './plugins/plugin-name/whatever-2.js';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement