UNPKG

electron-webpack

Version:

> Because setting up `webpack` in the `electron` environment shouldn't be difficult.

9 lines (8 loc) 222 B
import { WebpackConfigurator } from "../main"; export declare function createBabelLoader(configurator: WebpackConfigurator): { loader: string; options: { presets: any[][]; plugins: any[]; }; };