We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f1b8 commit 471a7e3Copy full SHA for 471a7e3
scripts/build-browser-tests.sh
@@ -10,7 +10,7 @@ echo "Building tests with Browserify"
10
npx browserify test-builds/tsc/test/test-vectors/*.js > test-builds/browserify-build.js
11
12
echo "Building tests with webpack"
13
-npx webpack --mode development test-builds/tsc/test/test-vectors/*.js --output test-builds/webpack-build.js
+npx webpack --mode development ./test-builds/tsc/test/test-vectors/*.js --output-path ./test-builds
14
15
echo "Building tests with Rollup"
16
rollup -c test/rollup.config.js
0 commit comments