Skip to content

Add module API

Compare
Choose a tag to compare
@sndrs sndrs released this 28 Apr 16:26
· 51 commits to main since this release
9bcb89b
  1. Can now be consumed as a standard es module too:
import { build, watch } from 'https://deno.land/x/[email protected]/src/build.ts';
  1. CLI flags have changed:
Before After
--dev --watch (to match export name)
--site --site_dir
--build --out_dir
--minify toggles minification (defaults to true, but false in watch)
  1. The default build output is now /build.

Full Changelog: 0.5.0...0.6.0