Jingsong Gao
Jingsong Gao
微信小程序插件也会出现相同的问题,因为此时 `compiler.options.entry.app` 并不存在,`entry` 应当是插件的 `page`
https://g2plot.opd.cool
请提供一个可复现的 case
When will this PR be merged? is anyone working on this?
@TharinduDG please provide a mini showcase or base options
There is no such issue with same config in CodeSandbox [](https://codesandbox.io/s/g2plot-react-example-forked-up85s1?fontsize=14&hidenavigation=1&module=%2Fsrc%2Fline.tsx&theme=dark)
> > `y.app` 并不存在,`entry` 应当是插件的 > > 请问如何修复呢? 不要使用 webpack5 编译模式
sorry for not use issue template, this issue is create with code reference directly
`MenuItem` and `SubMenu` is wrapped by `div` in `MenuContent` component, this make css `child combinator`(`>`) selector not work. For example `less` styles in [`common`](https://github.com/Tencent/tdesign-common/blob/50bcb279b7ced6dea5b0d359972156c7e7c00124/style/web/components/menu/_index.less#L278-L291) ```less & > *:not(.@{prefix}-menu-group) { &:not(:first-child)...
`Menu` in TDesign Site:  `Menu` in Starter: