2.0.3 • Published 3 years ago

wpwebpack v2.0.3

Weekly downloads
85
License
GPL-3.0
Repository
github
Last release
3 years ago

npm

node-current NPM semantic-release GitHub Workflow Status (branch)

WPwebpack

Bleeding edge webpack build workflow for WordPress plugins and themes.

Quick start

Install with npx:

npx wpwebpack

or

Install to specific directory

npx wpwebpack -d my-theme

Introduction

WPwebpack is a webpack wrapper designed to be used in WordPress ecosystem. It's main purpose is to compile static assets(stylesheets, scripts, images and fonts) for use in themes or plugins.

TL;DR

  • Generates separate css and js files for frontend and admin section
  • Enables you to use TypeScript with all the benefits of the language (i.e. module importing)
  • Minifies the files
  • Optimizes images
  • Speeds-up development

Get Started

Check out our quick Get started guide

Features

Some of the things WPwebpack can manage for you.

Styles

  • Compile SASS to CSS
  • Style linting and error detection (via StyleLint)
  • Autoprefixing (via PostCSS)
  • Minification (via CSSMinimizer)
  • Sourcemaps

JavaScript

  • TypeScript to JavaScript transpiling (via Babel)
  • Static code analysis and error detection (via ESLint)
  • Automatic polyfills (via Browserlist)
  • Dynamic code execution (via body-class-router)
  • Object-oriented development approach
  • Minification (via Terser)

Images

  • Automatic optimization of images (via ImageMinimizer)
  • Supported file types: .png .jpg .jpeg .gif .svg

Translation

  • .pot file generation for translation (via wp-pot)

Development

  • A sane-default .editorconfig
  • Live reload using BrowserSync
  • Hot Module Replacement
  • Auto-recompile on save (file watching)

Credits

WPwebpack borrows some ideas and concepts from the following projects:

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago