redux-bundler

v28.1.0
Compose a Redux store out of smaller bundles of functionality.
PWAs bundler redux

build

microbundle --no-compress --no-sourcemap

dev

microbundle watch --no-compress

format

prettier --write .

full-test

npm run static && npm run build

lint

eslint --fix 'src/**/*.js' 'test/**/*.js'

postbuild

microbundle --no-compress -no-sourcemap -i src/extras/create-async-resource-bundle.js -i src/extras/create-geolocation-bundle.js -i src/extras/online-bundle.js --external redux-bundler -o='dist/'

prebuild

rm -rf dist

prepublishOnly

npm run full-test

static

fixpack && npm run format && npm run lint && npm test

test

tape test/*.js | tap-spec
npm i redux-bundler

Metadata

  • MIT
  • Whatever
  • Henrik Joreteg
  • released 12/30/2023

Downloads

Maintainers