Skip to content

Commit

Permalink
Update optimize-and-bundle.md (#1852)
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
alex-drocks authored Dec 7, 2020
1 parent c573969 commit 8c228b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_template/guides/optimize-and-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Snowpack build optimizations come in two flavors: **built-in** (esbuild) & **plu
Status: Experimental
</div>

Snowpack recently released a built-in optimization pipeline powered by [esbuild](https://esbuild.github.io/). Using this built-in optimizer, you cn now bundle, transpile, and minify your production builds 10x-100x faster than Webpack or Rollup. However, esbuild is still young and [not yet production-ready](https://esbuild.github.io/faq/#production-readiness). At the moment, we only recommended this for smaller projects.
Snowpack recently released a built-in optimization pipeline powered by [esbuild](https://esbuild.github.io/). Using this built-in optimizer, you can now bundle, transpile, and minify your production builds 10x-100x faster than Webpack or Rollup. However, esbuild is still young and [not yet production-ready](https://esbuild.github.io/faq/#production-readiness). At the moment, we only recommended this for smaller projects.

```js
// snowpack.config.js
Expand Down

1 comment on commit 8c228b6

@vercel
Copy link

@vercel vercel bot commented on 8c228b6 Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.