wext-manifest-webpack-plugin
Version:
Webpack plugin to solve the problem of generating js file for manifest.json entry
8 lines (7 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugin_1 = require("./plugin");
exports.default = plugin_1.WextManifestWebpackPlugin;
// For CommonJS default export support
module.exports = plugin_1.WextManifestWebpackPlugin;
module.exports.default = plugin_1.WextManifestWebpackPlugin;