UNPKG

gatsby

Version:
9 lines (8 loc) 251 B
import type { Compiler } from "webpack"; declare const customBabelLoader: any; export default customBabelLoader; export declare class BabelConfigItemsCacheInvalidatorPlugin { name: string; constructor(); apply(compiler: Compiler): void; }