Skip to content

Starter project for a wordpress plugin that compiles and bundles js/css/img assets using webpack

Notifications You must be signed in to change notification settings

marioy47/webpack-wordpress-starter

Repository files navigation

Webpack WordPress Plugin Starter

Instructions

Just place your js files in src/js/, your scss files in src/sass and your images in src/images/ and issue the command npm start to start developing. This will bundle your files in js/ and css/ respectively. Also will minify your images and save them in images/

When you finish development, issue npm build to compile and compress your assets.

The folder imgcache/ can be deleted when your done also.

About

Starter project for a wordpress plugin that compiles and bundles js/css/img assets using webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published