|
|
|
|
|
by laurencerowe
1553 days ago
|
|
Not needing to set up a build system for development is a huge reduction in complexity for smaller projects. Bundling then becomes an optional step that can be implemented for a production build. If it's only JavaScript then a simple `deno bundle index.ts` without any configuration should suffice. |
|