react-smooshpack

v1.0.0-beta-5
<img src="https://raw.githubusercontent.com/codesandbox/sandpack/main/demo.gif?token=ACL4CFQWS3YKIHBSI2HBPODAJOQAI" alt="Demo of a React component that edits the code while the bundler executes the changes" />

prebuild

rimraf dist

build

yarn build:cjs && yarn build:esm && yarn build:css

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

build:css

postcss src/styles/index.css -o dist/index.css -u autoprefixer -u cssnano

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

start

tsc -p tsconfig.esm.json --watch

storybook

start-storybook -p 6006 --no-dll

build-storybook

build-storybook --no-dll
npm i react-smooshpack

Metadata

  • GPL-2.0
  • Whatever
  • CodeSandbox
  • released 3/11/2021

Downloads