Skip to content

Commit

Permalink
chore: set webpack mode to production
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Apr 20, 2020
1 parent 90f84fd commit 905143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uhk-agent/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const webpackHelper = require('../../scripts/webpack-helper');
const rootDir = __dirname;

module.exports = {
mode: 'development',
mode: 'production',
entry: [path.resolve(rootDir, 'src/electron-main.ts')],
output: {
path: rootDir + "/dist",
Expand Down

0 comments on commit 905143d

Please sign in to comment.