Skip to content

Commit 57dd4a3

Browse files
author
filip mertens
committed
don't compress
1 parent 6f0f5b1 commit 57dd4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: v1-deps-{{ checksum "yarn.lock" }}
2525
paths:
2626
- node_modules
27-
- run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build
27+
- run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build:production
2828
- run: yarn nx build remix-ide-e2e-src-local-plugin & yarn run build:libs
2929
- run: yarn nx run debugger:build:production
3030
- run: yarn nx run solidity-compiler:build:production

apps/remix-ide/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
8686
parallel: true,
8787
terserOptions: {
8888
ecma: 2015,
89-
compress: true,
89+
compress: false,
9090
mangle: false,
9191
format: {
9292
comments: false,

0 commit comments

Comments
 (0)