From 3cb01267cc44069eb769120a8611ff668bac3e85 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sun, 24 Nov 2024 12:58:54 -0800 Subject: [PATCH] Fix build_web_compilers dep (#101) --- build.yaml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 9812ce4..445fa62 100644 --- a/build.yaml +++ b/build.yaml @@ -19,5 +19,6 @@ targets: args: - --stage=dump-info-all - --no-source-maps + - --no-frequency-based-minification - --show-package-warnings - -O4 diff --git a/pubspec.yaml b/pubspec.yaml index ec8285b..701df4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: build_runner: ^2.2.1 - build_web_compilers: ^4.1.0-beta.3 + build_web_compilers: ^4.0.0 dart_flutter_team_lints: ^3.0.0 stream_transform: ^2.0.0 test: ^1.21.6