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:
Uh oh!
There was an error while loading. Please reload this page.
Version
4.2.6
Environment
mac 15.5, node18.18.0, ci基础镜像为自封装debian10 node18.18.0,浏览器尝试过chrome多个版本,firefox多个版本
Reproduction link
https://127.0.0.1
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: