UNPKG

wext-manifest-webpack-plugin

Version:

Webpack plugin to solve the problem of generating js file for manifest.json entry

11 lines (10 loc) 245 B
/** * wext-manifest-webpack-plugin * * @author abhijithvijayan <abhijithvijayan.in> * @license MIT License */ import { Compiler } from 'webpack'; export declare class WextManifestWebpackPlugin { apply(compiler: Compiler): void; }