Skip to content

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

WarpDriveConfig

WarpDrive configuration options

Returns

object

An array of Babel plugins

gts

ts
gts: Function[];

js

ts
js: PluginItem[];

Released under the MIT License.