8000 fix(tooling): fix releases api · filecoin-project/specs@ae262f4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ae262f4

Browse files
committed
fix(tooling): fix releases api
1 parent 416a7a1 commit ae262f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
target: 'webworker',
3-
// devtool: 'cheap-module-source-map',
3+
devtool: 'cheap-module-source-map',
44
entry: './index.js',
5-
mode: 'production',
5+
mode: 'development',
66
}

0 commit comments

Comments
 (0)
0