vueComponent / pro-components

easy use `Ant Design Vue` layout
MIT License
535 stars 214 forks source link

警告: 找不到’./locale‘ #134

Closed xwnwho closed 3 years ago

xwnwho commented 3 years ago

Module not found: Error: Can't resolve './locale' in '@ant-design-vue\pro-layout\dist' 不影响使用

xwnwho commented 3 years ago

版本:3.1.0-alpha.1

sendya commented 3 years ago

怎么用的? 提供复现

xwnwho commented 3 years ago

这个告警浏览器不会出来,我在codesandbox,没有看到浏览器有报错,本地也是。本地启动服务的时候,cmd会提示,应该是加载moment,locale语言的告警,Module not found: Error: Can't resolve './locale' in 'D:\projects\practice\test\node_modules\@ant-design-vue\pro-layout\dist'

xwnwho commented 3 years ago

我测试的地址: https://codesandbox.io/s/headless-smoke-ql593?file=/src/main.js

sendya commented 3 years ago

image

pro-layout 应该没引入 moment 你在确认下?

xwnwho commented 3 years ago

image 这是我本地引用的文件

sendya commented 3 years ago

无法复现警告内容, 建议提供在线可运行复现

xwnwho commented 3 years ago

image 这是我通过rollup-plugin-visualizer插件生成分析图,moment是被build进去了的

sendya commented 3 years ago

try 3.1.0-alpha.2

xwnwho commented 3 years ago

好了