Skip to content

Commit

Permalink
fix(tooling): fix releases api
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 3, 2020
1 parent 416a7a1 commit ae262f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
target: 'webworker',
// devtool: 'cheap-module-source-map',
devtool: 'cheap-module-source-map',
entry: './index.js',
mode: 'production',
mode: 'development',
}

0 comments on commit ae262f4

Please sign in to comment.