1 Star 0 Fork 196

JamesXu/II-RPA

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
webpack.config.js 461 Bytes
Copy Edit Raw Blame History
guangzhou-luolixiang authored 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',
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/james_xu/II-RPA.git
git@gitee.com:james_xu/II-RPA.git
james_xu
II-RPA
II-RPA
master

Search