Is it possible to pass esbuild options to the builder? #2912
Labels
area: command: deploy
area: functions
type: feature
code contributing to the implementation of a feature and/or user facing functionality
I would like to pass options to the esbuild command.
For example, the ability to indicate that the text loader should be used for html files.
https://esbuild.github.io/api/#loader
Or the ability to mark modules as external e.g. fsevents
https://esbuild.github.io/api/#external
The text was updated successfully, but these errors were encountered: