fela-dom

v12.0.0-rc.0
Fela package for working with the DOM
fela dynamic styling stylesheet css styling cssinjs

setup

yarn build

clean

rimraf lib es coverage

build

yarn clean && yarn build:es && yarn build:lib

build:es

babel src --out-dir es --ignore **/__tests__

build:lib

cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore **/__tests__

build:umd

webpack --config webpack.config.js

watch

npm run watch:lib & npm run watch:es

watch:lib

BABEL_ENV=commonjs babel src -d lib -w

watch:es

babel src -d es -w

test

jest --config=jest.config.js

coverage

yarn test --coverage

Metadata

  • MIT
  • Whatever
  • Robin Weser
  • released 2/16/2022

Downloads