@okamjs/okam
Advanced tools
Changelog
0.1.9
2023-12-07
Add support for dynamic strings in require, such as require('./i18n' + lang)
by @PeachScript in #747
Adjust tree-shaking, optimize handling of side effects by @stormslowly in #725
Refactor watch, dev, and update logic, add debounce to support git checkout triggering multiple modifications at once by @sorrycc in #744
Fix the issue where import() with empty content causes panic errors by @sorrycc in #743
Fix the issue where require(css_file) is processed as css modules by @sorrycc in #751
Fix the issue where the node patch scheme does not support class fs/promise references by @sorrycc in #746
Fix the issue where dynamically loaded CSS via import() does not take effect by @jiesia in #756
Fix the issue where the worker doesn't support dynamically loading with import() by @jiesia in #755
Fix the occasional occurrence of process undefined during HMR by @sorrycc in #741
Fix external configuration format judgment logic by @PeachScript in #735
Fixed Minifish's inject function to support configuration of preferRequire and the order of inserted code based on the appearance order of the insertion variables by @stormslowly in #731 #734