Code Monkey home page Code Monkey logo

Comments (4)

csr632 avatar csr632 commented on May 23, 2024

我复现了一下,没有发现你说的问题:
https://stackblitz.com/edit/vitejs-vite-plugin-react-pages-ckuezh?file=package.json&terminal=build

请参考我上面的示例,确保你正确安装了antd:

  • 在package.json中安装了antd
  • 在_theme.tsx中引入了antd样式: import 'antd/dist/antd.css'

如果还有问题,请提供一个复现仓库。

from vite-plugin-react-pages.

pisyell avatar pisyell commented on May 23, 2024

经验证 当我使用 moorepo的管理方式,组件库的antd版本(4.17.2)和 docs的antd版本(4.21.6)不一样导致的问题。

from vite-plugin-react-pages.

csr632 avatar csr632 commented on May 23, 2024

vite-pages-theme-doc不应该会造成antd的重复,因为它已经将antd打包到了bundle内,你可以看到 bundle 中已经没有import antd的代码: https://unpkg.com/browse/[email protected]/dist/index.js

并且vite-pages-theme-doc也没有将antd声明到dependencies, 它不会让你安装antd:
https://unpkg.com/browse/[email protected]/package.json

因此,请检查一下,是不是你的monorepo本身就指定了多个antd版本。

from vite-plugin-react-pages.

pisyell avatar pisyell commented on May 23, 2024

是的monorepo本身就用了好几个不同版本的antd,不过都是4.x。

from vite-plugin-react-pages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.