bazer
bazer
还有这 star量 应该是看到标题就点了吧。没错我也一样(^^)
**描述这个Bug** 完全按照文档配置,但3.1.1版本在taro下不能正常进行JIT编译,会将text-[16px]编译成 text -16xp。而使用[email protected] 却一切正常 config > index.js ``` js mini: { webpackChain(chain, webpack) { // 失败 // chain.merge({ // plugin: { // install: { // plugin: UnifiedWebpackPluginV5, // args:...
## Description I'm experiencing issues with Nextra 3`` when using the i18n directory structure. MDX files in the root `pages` directory are not loading properly. ├─ pages │ ├─ en/...