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 fdea182 commit de3bd9bCopy full SHA for de3bd9b
earthly/flutter/Earthfile
@@ -247,7 +247,7 @@ BUILD_WEB:
247
248
RUN flutter clean
249
RUN flutter pub get
250
- RUN flutter build web $BUILD_MODE --target $TARGET --dart-define SENTRY_DSN=$SENTRY_DSN --build-number=$(date +%s)
+ RUN flutter build web $BUILD_MODE --pwa-strategy=none --target $TARGET --dart-define SENTRY_DSN=$SENTRY_DSN --build-number=$(date +%s)
251
252
WORKDIR "$WORKDIR/build"
253
IF [ $SAVE_LOCALLY = true ]
0 commit comments