Bug Type: Build
Environment
- Vue Version:
3.3.4
- Element Plus Version:
2.3.8
- Browser / OS:
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
- Build Tool:
Vite
Reproduction
Related Component
el-message
el-loading
Reproduction Link
Element Plus Playground
Steps to reproduce
// main.ts
import 'element-plus/lib/components/message/style/css'
import 'element-plus/lib/components/loading/style/css'
//npm run dev
// error
What is Expected?
npm run dev
// success
What is actually happening?
// error
No known conditions for "./lib/components/message/style/css" entry in "element-plus" package
No known conditions for "./lib/components/loading/style/css" entry in "element-plus" package
Additional comments
(empty)
3条答案
按热度按时间sbdsn5lh1#
Sorry, due to recent adjustments to the export configuration, please use version 2.3.7 first.
or
zd287kbt2#
any progress on resolving this issue?
import nl from 'element-plus/lib/locale/lang/nl'
import nl from 'element-plus/lib/locale/lang/nl.js'
mi7gmzs63#
the issue still exists with release 2.6.2.
when will this problem be solved.