in my app, i use highlight.js to render my page, but this util is too heavy, so i need to use dynamic import to prevent it to block my page appear, i do it like this:
but when i deploy my app , i found that this util still load in my home page, though i doesn’t use it in my homepage: i feel very sad about this, so i ask for help
1