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 bdbf1c4 commit 6b9ddd7Copy full SHA for 6b9ddd7
build_web_compilers/lib/builders.dart
@@ -211,6 +211,7 @@ void _ensureSamePlatformOptions(BuilderOptions options) {
211
'following builders: build_web_compilers:ddc, '
212
'build_web_compilers|entrypoint, '
213
'build_web_compilers|entrypoint_marker, '
214
+ 'build_web_compilers|ddc, '
215
'build_web_compilers|ddc_modules, '
216
'build_web_compilers|dart2js_modules, '
217
'build_web_compilers|dart2wasm_modules.'
build_web_compilers/lib/src/web_entrypoint_builder.dart
@@ -174,6 +174,7 @@ final class EntrypointBuilderOptions {
174
webHotReloadOption,
175
librariesPathOption,
176
silenceUnsupportedModulesWarningsOption,
177
+ 'use-ui-libraries',
178
];
179
180
final config = options.config;
0 commit comments