Documentation / @warp-drive/build-config / index / babelPlugin
Function: babelPlugin()
ts
function babelPlugin(options): object;
Defined in: index.ts:62
Create the Babel plugin for WarpDrive
Note: If your project already uses @embroider/macros then you should use setConfig instead of this function.
Parameters
options
WarpDrive configuration options
Returns
object
An array of Babel plugins
gts
ts
gts: Function[];
js
ts
js: PluginItem[];