| Index: lib/custom_compiler_options.dart
|
| diff --git a/lib/custom_compiler_options.dart b/lib/custom_compiler_options.dart
|
| index 2363a941b1514777746e78a98d9ee66aba5f845a..e7b6098daf98c94d4fee14bfb82f7d2178a9a375 100644
|
| --- a/lib/custom_compiler_options.dart
|
| +++ b/lib/custom_compiler_options.dart
|
| @@ -64,7 +64,7 @@ class CustomCompilerOptions implements CompilerOptions {
|
|
|
| @override bool get allowMockCompilation => false;
|
|
|
| - @override bool get allowNativeExtensions => true;
|
| + @override bool get allowNativeExtensions => false;
|
|
|
| @override Uri get deferredMapUri => null;
|
|
|
|
|