Skip to content

Commit

Permalink
Merge pull request #57 from willnewii/dev
Browse files Browse the repository at this point in the history
fix: 请求未添加授权信息
  • Loading branch information
willnewii authored Dec 27, 2018
2 parents ce5aea5 + 3f80a25 commit 84c6ba5
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 84c6ba5

Please sign in to comment.