1 Star 0 Fork 26

taozhen/dbm

forked from devlive-community/dbm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.renderer.js 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
const webpack = require('webpack');
module.exports = {
target: 'electron-renderer',
optimization: {
// Fix mysql Received packet in the wrong sequence.
minimize: false
},
plugins: [
new webpack.IgnorePlugin({resourceRegExp: /^pg-native$/})
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/taozhen/dbm.git
git@gitee.com:taozhen/dbm.git
taozhen
dbm
dbm
master

搜索帮助