1
This commit is contained in:
11
webstorm.config.js
Normal file
11
webstorm.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname, './'),
|
||||
resolve: {
|
||||
extensions: ['.js', '.vue', '.json'],
|
||||
alias: {
|
||||
'@': path.resolve('Vue3-admin/src'),
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user