mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-15 10:34:03 +02:00
Fix options being detected as fields
- Fix clean job to work on UNIX based systems - Fix build.js to work on UNIX based systems
This commit is contained in:
@@ -159,7 +159,7 @@ let parameter = (function(opt){
|
||||
rewrite_polyfills: use_polyfill || false,
|
||||
|
||||
// isolation_mode: "IIFE",
|
||||
output_wrapper: /*release === "lang" ? "%output%" :*/ "(function(self){%output%}(this));"
|
||||
output_wrapper: /*release === "lang" ? "%output%" :*/ "\"(function(self){%output%}(this));\""
|
||||
|
||||
//formatting: "PRETTY_PRINT"
|
||||
});
|
||||
|
Reference in New Issue
Block a user