Require.context报错
来源:3-10 处理内部 svg 图标显示
Pursuit001
2022-11-08
Require.context报错了
写回答
2回答
-
Pursuit001
提问者
2022-11-12
app.js:292 Uncaught TypeError: __webpack_require__(...).context is not a function at eval (index.js?2efa:7:1) at ./src/icons/index.js (app.js:134:1) at __webpack_require__ (app.js:289:33) at fn (app.js:545:21) at eval (main.js:11:64) at ./src/main.js (app.js:145:1) at __webpack_require__ (app.js:289:33) at app.js:1470:109 at __webpack_require__.O (app.js:335:23) at app.js:1471:53
版本:
webpack: 5.64.3
webpack-cli: 4.9.1
012022-11-12 -
Sunday
2022-11-09
你好
这个报的是什么错误呢? 要注意:require.context 只有在 webpack (vue-cli)的项目中才可以使用
00
相似问题