CN-1563 feat: 轨迹地图基础逻辑
This commit is contained in:
@@ -24,5 +24,16 @@ module.exports = {
|
||||
lintOnSave: true,
|
||||
devServer: {
|
||||
port: 80
|
||||
},
|
||||
configureWebpack: {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.mjs$/,
|
||||
include: /node_modules/,
|
||||
type: 'javascript/auto'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user