@paima/build-utils
v3.0.0
Published
Util functions to build the core parts of Paima projects
Downloads
41
Readme
Paima Build Utils
A common place to store utility scripts to for building core Paima components
These are provided as part of Paima itself to avoid the need for projects depending on Paima to know how to update their build scripts for every internal change in Paima engine
Note: This module comes with both ESM and CommonJS files, but only the ESM files are exposed through paima-sdk
. Use this module directly if you need CommonJS.
You can find the full docs for Paima here.
Note: This is not part of the @paima/sdk package as typically you will want this in your devDependencies
unlike @paima/sdk
, and unlike @paima/sdk
this package is not purely ESM modules.