mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-19 04:12:37 +02:00
fix synchronous document search
This commit is contained in:
@@ -136,8 +136,8 @@ let parameter = (function(opt){
|
||||
dependency_mode: "PRUNE_LEGACY",
|
||||
rewrite_polyfills: use_polyfill || false,
|
||||
|
||||
isolation_mode: "IIFE"
|
||||
//output_wrapper: "(function(){%output%}());"
|
||||
// isolation_mode: "IIFE",
|
||||
output_wrapper: "(function(self){%output%}(module));"
|
||||
|
||||
//formatting: "PRETTY_PRINT"
|
||||
});
|
||||
|
Reference in New Issue
Block a user