Open dyw770 opened 1 day ago
monographIt seems that these lines of code caused the compile failure of the monograph. I tried to modify the code as follows to compile the monograph normally.
import _ThemeLight from "./themes/default-light.json" with {type: "json"};
import _ThemeDark from "./themes/default-dark.json" with {type: "json"};
If you are willing, I am willing to submit a PR
What happened?
The console throws the following error while executing the monomer build:
I tested the question and it may be caused by a change in the
package.json
configuration in thepackage/theme
moduleSteps to reproduce the problem
Version
current version
Platform/OS
Windows
Relevant log output