mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-12 09:04:35 +02:00
update bundle
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Encoder, Charset } from "flexsearch/esm";
|
||||
import EnglishPreset from "flexsearch/esm/lang/en";
|
||||
import { Encoder, Charset } from "flexsearch";
|
||||
import EnglishPreset from "flexsearch/lang/en";
|
||||
import { promises as fs } from "fs";
|
||||
|
||||
(async function(){
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { Encoder, Charset } from "flexsearch/esm";
|
||||
import EnglishPreset from "flexsearch/esm/lang/en";
|
||||
import { Encoder, Charset } from "flexsearch";
|
||||
import EnglishPreset from "flexsearch/lang/en";
|
||||
import { promises as fs } from "fs";
|
||||
|
||||
(async function(){
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { Document } from "flexsearch/esm";
|
||||
import { Document } from "flexsearch";
|
||||
import { promises as fs } from "fs";
|
||||
const dirname = import.meta.dirname;
|
||||
|
||||
|
Reference in New Issue
Block a user