Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove test id from bundler
Browse files Browse the repository at this point in the history
danilowoz committed Jun 29, 2022
1 parent babfaf7 commit 6cb4fd8
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions sandpack-client/build.js
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ const options = {
...(package.devDependencies || {}),
...(package.peerDependencies || {}),
}),
minify: true,
};

build({
5 changes: 2 additions & 3 deletions sandpack-react/build.js
Original file line number Diff line number Diff line change
@@ -16,9 +16,8 @@ const options = {
...(package.devDependencies || {}),
...(package.peerDependencies || {}),
}),
define: {
TEST_ENV: false,
},
define: { "process.env.TEST_ENV": "false" },
minify: true,
};

build({

0 comments on commit 6cb4fd8

Please sign in to comment.