1 Star 0 Fork 1

漂泊一生/jsencrypt

forked from 风铃/jsencrypt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.config.js 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
Travis Tidwell 提交于 2021-02-12 19:57 . Fixed version code.
const path = require('path');
require('fs').writeFileSync('./lib/version.json', `{"version": "${require('./package.json').version}"}`);
module.exports = {
entry: path.join(path.resolve(__dirname, 'lib'), 'index.js'),
output: {
library: 'JSEncrypt',
libraryTarget: 'umd',
libraryExport: 'default',
globalObject: 'window',
path: path.resolve(__dirname, 'bin'),
filename: 'jsencrypt.js',
},
mode: 'development',
performance: { hints: false }
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nottellyou/jsencrypt.git
git@gitee.com:nottellyou/jsencrypt.git
nottellyou
jsencrypt
jsencrypt
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385