Skip to content

Commit

Permalink
Build for production again
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Gupte <[email protected]>
  • Loading branch information
Ovenoboyo committed Dec 21, 2021
1 parent 65bebdf commit c4bf850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ var path = require('path');
module.exports = {
entry: './src/index.ts',
target: "node",
mode: "development",
devtool: 'source-map',
mode: "production",
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'index.js',
Expand Down

0 comments on commit c4bf850

Please sign in to comment.