mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-05 10:18:33 +08:00
@路径问题
This commit is contained in:
12
report-ui/webpack.config.js
Normal file
12
report-ui/webpack.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict'
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
resolve: {
|
||||
extensions: ['.js', '.ts', '.vue', '.json', '.css', '.node', '.sass'],
|
||||
alias: {
|
||||
'@': path.resolve('src'),
|
||||
'vue$': 'vue/dist/vue.esm.js'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user