can't use webpack commonly alias of ~
[issue link]These dependencies were not found:
* ~assets/img/no-avatar.png in ./store/modules/admin/add.js
* ~assets/img/no-cover.png in ./store/modules/admin/add.js
* ~components/cover-card in ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./pages/mobile/index.vue
* ~components/hearts in ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./pages/mobile/_id.vue
* ~components/hearts-view in ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./pages/mobile/_id.vue
* ~components/modal in ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./components/message-modal.vue, ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./components/new-share-modal.vue
* ~components/stars in ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":[["/Users/guohongying/work/project/horadric/node_modules/babel-preset-vue-app/dist/index.common.js",{"targets":{"ie":9,"uglify":true}}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./pages/mobile/_id.vue
* ~plugins/axios in ./store/index.js, ./store/modules/share.js and 3 others
* ~plugins/dingtalk in ./store/index.js, ./store/modules/share.js
* ~plugins/dingtalk-pc in ./mixins/dingtalk-utils.js, ./store/index.js and 2 others
To install them, you can run: npm install --save ~assets/img/no-avatar.png ~assets/img/no-cover.png ~components/cover-card ~components/hearts ~components/hearts-view ~components/modal ~components/stars ~plugins/axios ~plugins/dingtalk ~plugins/dingtalk-pc
above is the error info, I guess it maybe connect with where I use the alias ~,but I don’t know how to solve it. Any help will be appreciate.