1
0
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:
Thomas Wilkerling
2021-05-20 22:03:46 +02:00
parent 66a215ad59
commit c7b2fe52ba
7 changed files with 68 additions and 39 deletions

View File

@@ -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"
});