1 Star 0 Fork 181

LanPZzzz / II-RPA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
guangzhou-luolixiang 提交于 2020-07-22 16:25 . 项目上传,
/* eslint strict: 0 */
'use strict';
const path = require('path');
const webpack = require('webpack');
// const uglify = require('uglifyjs-webpack-plugin');
module.exports ={
target: 'electron-renderer',
entry: [
'./app/renderer.js',
],
// plugins:[
// new uglify()
// ],
output: {
path: path.join(__dirname, 'build'),
// publicPath: path.join(__dirname, 'app'),
filename: 'encrypt.js',
}
};
NodeJS
1
https://gitee.com/LanPZzzz/II-RPA.git
git@gitee.com:LanPZzzz/II-RPA.git
LanPZzzz
II-RPA
II-RPA
master

搜索帮助