@sitecore-feaas/sdk

v0.0.38
This module renders the component and populates it with data. It also supports efficient update of component for the new data.

test

npx vitest --config ../frontend/vite.config.ts $FLAGS

build

rm -rf dist; npm run build:node; npm run build:browser;

start

webpack serve --open

build:node

tsup --entry.index src/index.ts --entry.react src/react.ts --target es6 --format cjs,esm -d dist/node

test:watch

npx vitest --config ../frontend/vite.config.ts

postpublish

rm -rf ./react.*

build:browser

tsup --entry.index src/index.ts --entry.react src/react.ts --target es6 --format cjs,esm -d dist/browser --minify

prepublishOnly

npm run build; cp ./dist/browser/react.* .
npm i @sitecore-feaas/[email protected]

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 8/18/2022

Downloads

Maintainers