1
0
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:
davfsa
2021-06-11 16:55:47 +02:00
parent 328c136ec8
commit 36e06d33e0
8 changed files with 9 additions and 8 deletions

View File

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