Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

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.

lgersman/ix-article-esbuild-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published