Set esbuild option in netlify.toml to allow ESM syntax.

This commit is contained in:
Dillon Kearns 2023-01-22 14:37:31 -08:00
parent 852be5fe11
commit 7f35edd60e

View File

@ -12,3 +12,4 @@
[functions]
included_files = ["content/**"]
node_bundler = "esbuild"