Skip Navigation

Tag - Webpack

  • Webpack Output Settings for Libraries
    I updated my library using webpack, broke it by accident, and then figured out how to fix it!
  • Managing Webpack Vendor Chunks and WordPress
    It may be old news to some, but today I took a deep(er) dive into webpack optimization. Here I'll describe how I took a WordPress plugin's main app bundle down from 440kb to 15.5kb. Then I show how I enqueued the hashed file names with a custom loader class.