/ix-article-esbuild-2021

Sourcecode for ix article about esbuild plugin development 2021. The example esbuild plugins will enable sass file transformation and mapping of `@wordpress\\*` packages to global variables without any other esbuild plugins.

Primary LanguageJavaScript

example code for ix article about esbuild (2021)

requirements

  • make for building
  • ent for watching filesystemm changes (used in make target dev)
  • nodejs v15.13.0 (alternatively use nvm use if nvm is installed on yor machine)

installation

run make

build

run make

development

run make dev

help

run make help to see all commands

similar efforts