Skip to content

Commit 471a7e3

Browse files
committed
Try to fix webpack
1 parent f88f1b8 commit 471a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-browser-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Building tests with Browserify"
1010
npx browserify test-builds/tsc/test/test-vectors/*.js > test-builds/browserify-build.js
1111

1212
echo "Building tests with webpack"
13-
npx webpack --mode development test-builds/tsc/test/test-vectors/*.js --output test-builds/webpack-build.js
13+
npx webpack --mode development ./test-builds/tsc/test/test-vectors/*.js --output-path ./test-builds
1414

1515
echo "Building tests with Rollup"
1616
rollup -c test/rollup.config.js

0 commit comments

Comments
 (0)