Skip to content

Documentation / @warp-drive/core / build-config / babelPlugin

Function: babelPlugin()

ts
function babelPlugin(options): object;

Defined in: build-config/declarations/index.d.ts:14

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.