Skip to content

Commit

Permalink
disable sri for now
Browse files Browse the repository at this point in the history
there seems to be a caching issue with firebase but for now this is a quick and easy fix
  • Loading branch information
WorldSEnder committed Aug 22, 2024
1 parent 27318ce commit a3b9a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for path in examples/*; do
dist_dir="$output/$example"
export RUSTFLAGS="--cfg nightly_yew"

trunk build --release --dist "$dist_dir" --public-url "$PUBLIC_URL_PREFIX/$example"
trunk build --release --dist "$dist_dir" --public-url "$PUBLIC_URL_PREFIX/$example" --no-sri

# check that there are no undefined symbols. Those generate an import .. from 'env',
# which isn't available in the browser.
Expand Down

0 comments on commit a3b9a27

Please sign in to comment.