Skip to content

Commit 6b9ddd7

Browse files
committed
fix option usage
1 parent bdbf1c4 commit 6b9ddd7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build_web_compilers/lib/builders.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ void _ensureSamePlatformOptions(BuilderOptions options) {
211211
'following builders: build_web_compilers:ddc, '
212212
'build_web_compilers|entrypoint, '
213213
'build_web_compilers|entrypoint_marker, '
214+
'build_web_compilers|ddc, '
214215
'build_web_compilers|ddc_modules, '
215216
'build_web_compilers|dart2js_modules, '
216217
'build_web_compilers|dart2wasm_modules.'

build_web_compilers/lib/src/web_entrypoint_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ final class EntrypointBuilderOptions {
174174
webHotReloadOption,
175175
librariesPathOption,
176176
silenceUnsupportedModulesWarningsOption,
177+
'use-ui-libraries',
177178
];
178179

179180
final config = options.config;

0 commit comments

Comments
 (0)