Xon
|
c51a14fa5e
|
Disable cjs builds by default
|
2024-08-12 02:37:12 +08:00 |
|
Xon
|
b69303e925
|
Generate bundles for fuse-full (choices.min.js, 20.36KB), fuse-basic (choices.search-basic.min.js, 19.31KB) & prefix search (choices.search-prefix.min.js, 15.27KB)
|
2024-08-08 16:45:13 +08:00 |
|
Xon
|
9108736808
|
Support enabling/disable fuse via build feature flag in favor of a simple prefix search
ie running;
npm run js:build-dev -- --environment SEARCH_FUSE:null
|
2024-08-08 16:00:20 +08:00 |
|
Xon
|
1550ccceea
|
Adjust supported bundle formats, UMD format matches webpack and drops in size!
|
2024-08-07 18:31:15 +08:00 |
|
Xon
|
a2e602af32
|
Replace server.js for js:watch
|
2024-08-07 16:56:11 +08:00 |
|
Xon
|
243b958767
|
Switch from webpack to rollup, and setup build process to make umd/cjs/es builds. Remove d.ts.map files. rollup manages to save ~1kb off the gzip'ed bunddle size
|
2024-08-07 16:21:17 +08:00 |
|