@codesandbox/sandpack-client

v0.1.6
A bundler that completely works in the browser and takes advantage of it.

lint

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

build

yarn build:cjs && yarn build:esm

start

tsc -p tsconfig.esm.json --watch

prebuild

rimraf dist && rimraf esm

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

build:publish

yarn build && rimraf sandpack && gulp copy-sandbox
npm i @codesandbox/[email protected]

Metadata

  • GPL-2.0
  • Whatever
  • CodeSandbox
  • released 7/26/2021

Downloads