Webpack无法解析库中使用的@(别名)导入

时间:2019-04-11 14:16:59

标签: javascript vue.js webpack require

Webpack抛出此错误:Module not found: Error: Can't resolve '@/utils/index'

enter image description here

所以,这是一些令人毛骨悚然的摘要:

  • 以上失败的导入是在节点库vue2-datepicker中进行的。

  • 此日期选择器用于组件中,该组件又使用require.context('base^/components/', true, /\.vue$/i)在输入脚本中注册到Vue。

  • 在输入脚本未使用require.context之前,此方法已经起作用:import Component from "base^/components/component"

我尝试更改./webpack.config.js @别名,但没有任何效果。有什么想法吗?

干杯,马特


以下是进口的清单:

enter image description here

0 个答案:

没有答案