Category: Uncategorized

WordPress development with Webpack, Babel and Browsersync

Overview Task runners can enhance WordPress development by automating tasks such as SASS compilation, minification and JavaScript transpiling. The following configuration seeks to take advantage of this tooling in development projects that use a web server such as Apache or nginx. I use an example of WordPress theme development. However, this configuration can be applied to any project where the...