1 Star 0 Fork 1

gjTool/sm-crypto2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
gjTool 提交于 2021-03-19 10:30 . first commit
const path = require('path');
const webpack = require('webpack');
module.exports = {
entry: {
sm2: './src/sm2/index.js',
sm3: './src/sm3/index.js',
sm4: './src/sm4/index.js',
},
output: {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
library: '[name]',
libraryTarget: 'window',
},
module: {
loaders: [{
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader'
}]
},
plugins: [
new webpack.optimize.UglifyJsPlugin(),
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gjTool/sm-crypto2.git
git@gitee.com:gjTool/sm-crypto2.git
gjTool
sm-crypto2
sm-crypto2
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385