@voplus/morpho-document
v9.0.16
Published
Morpho document module.
Readme
2020-01-05
Changed tsconfig.json "target" changed from "esnext" to "es2018" due to "unexpected token" error webpack when using optional chaining.
2025-04-28
build 时
@uiw/react-codemirror报错, 先将版本固定在 @4.23.10
MacOS build时 cpx命令需要给文件目录加上引号
"copy-less": "cpx 'src/**/*.less' lib && cpx 'src/**/*.less' es && cpx 'src/**/*.css' es",