mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
fix(build): remove vue extension
omitting vue extension is bad practice
This commit is contained in:
parent
2343ab1d90
commit
59234e58c4
@ -77,7 +77,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.ts', '.tsx', '.js', '.vue', '.json'],
|
||||
extensions: ['.ts', '.tsx', '.js', '.json'],
|
||||
},
|
||||
externals: {
|
||||
vue: {
|
||||
|
Loading…
Reference in New Issue
Block a user