Installation
npm install --save @types/webpack-blocks__babel
Summary
This package contains type definitions for @webpack-blocks/babel (https://github.com/andywer/webpack-blocks/tree/master/packages/babel).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-blocks__babel.
index.d.ts
import { Block } from "webpack-blocks";
interface babel {
cacheDirectory?: boolean | undefined;
plugins?: string[] | undefined;
presets?: string[] | undefined;
}
declare function babel(options?: babel): Block;
export = babel;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/webpack-blocks
Credits
These definitions were written by Max Boguslavskiy.