Closed
Description
Similar to webpack/webpack
, why not make deno bundle
accepts some sort of plugin system? Few plugins that should be implemented in denoland/deno_std
are:
- Declaration file (
.d.ts
) generation - Minification
Similar to webpack/webpack
, why not make deno bundle
accepts some sort of plugin system? Few plugins that should be implemented in denoland/deno_std
are:
.d.ts
) generation