You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectSpread2.js:4
Uncaught ReferenceError: exports is not defined
at eval (objectSpread2.js:4:23)
at ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js (app.js:17520:1)
at __webpack_require__ (app.js:45838:42)
at eval (index.js:8:45)
at ./node_modules/ant-design-vue/es/affix/index.js (app.js:18936:1)
at __webpack_require__ (app.js:45838:42)
at eval (components.js:836:37)
at ./node_modules/ant-design-vue/es/components.js (app.js:19684:1)
at __webpack_require__ (app.js:45838:42)
at eval (index.js:35:42)
The text was updated successfully, but these errors were encountered:
Hello @HuckOps, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!
Uh oh!
There was an error while loading. Please reload this page.
I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.x
Environment
mac 15.5, node18.18.0, ci基础镜像为自封装debian10+node18.18.0
Reproduction link
内部项目,无法提供复现连接
Steps to reproduce
我的package.json文件是这样的
vue.config.mjs是这样的
编译命令为
RUN yarn install --registry https://registry.npmmirror.com --production=false && \ NODE_ENV=${NODE_ENV} yarn build
,在gitlab runner中使用上述镜像进行打包,打包文件直接放入nginx中What is expected?
修复问题
What is actually happening?
用户访问前段时console出现报错:
The text was updated successfully, but these errors were encountered: