fixed webpack build error
This commit is contained in:
parent
faee0fc8d2
commit
676cdf842e
3 changed files with 8 additions and 6 deletions
|
@ -62,7 +62,7 @@ module.exports = {
|
|||
extensions: ['.js', '.vue'],
|
||||
alias: {
|
||||
'vue': 'vue/dist/vue.esm.js',
|
||||
'@': resolve('src'),
|
||||
'@': resolve('src')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue