import fileinput from '/bower_components/bootstrap-fileinput/js/fileinput.js'
错误提示如下:
This dependency was not found:
/bower_components/bootstrap-fileinput/js/fileinput.js in ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@12.2.1@vue-loader/lib/selector.js?type=script&index=0!./src/components/category/import.vue
To install it, you can run: npm install --save /bower_components/bootstrap-fileinput/js/fileinput.js
1、官方文档 https://webpack.github.io/doc...
2、直接设置alias
3、bootstrap-fileinput这个包在npm上是有的,为什么不直接用npm安装呢