Skip to content

Commit

Permalink
fix: 请求未添加授权信息
Browse files Browse the repository at this point in the history
change:api 统一处理七牛授权信息 / update electron
  • Loading branch information
willnewii committed Dec 27, 2018
1 parent 8a8f275 commit 3f80a25
Show file tree
Hide file tree
Showing 9 changed files with 551 additions and 531 deletions.
4 changes: 3 additions & 1 deletion .electron-vue/webpack.renderer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ if (process.env.NODE_ENV === 'production') {
rendererConfig.devtool = '';

rendererConfig.plugins.push(
new MinifyPlugin(),
new MinifyPlugin({
removeConsole: true,
}),
new CopyWebpackPlugin([
{
from: path.join(__dirname, '../static'),
Expand Down
Loading

0 comments on commit 3f80a25

Please sign in to comment.