Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 393 Bytes

File metadata and controls

13 lines (10 loc) · 393 Bytes

Deno で React 使ったコードがビルドできるかテスト

Transpile and bundle

deno run --allow-read=src --allow-write=. --allow-net=esm.sh,cdn.esm.sh --unstable build.js

Transpile and bundle, minify by terser

deno run --allow-read=src --allow-write=. --allow-net=esm.sh,cdn.esm.sh --unstable build.minify.js

ライセンスの表示をどうするかが課題