文件名称:crx-webpack-plugin:用于打包 chrome 扩展 (crx) 后构建的 webpack 插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-18 15:29:16
chrome-extension webpack-plugin crx JavaScript
用于Webpack的Crx Builder 用于打包 chrome 扩展 (crx) 后构建的 webpack 插件 用法 var Crx = require ( "crx-webpack-plugin" ) ; module . exports = { plugins : [ new Crx ( { keyFile : 'key.pem' , contentPath : 'build' , outputPath : 'dist' , name : 'chrome-ext' } ) ] } 执照 麻省理工学院( )
【文件预览】:
crx-webpack-plugin-master
----LICENSE(1KB)
----README.md(394B)
----.gitignore(526B)
----index.js(2KB)
----package.json(626B)