flat: 忽略flatgeobuf 大小写
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = {
|
||||
lintOnSave: true,
|
||||
productionSourceMap: false,
|
||||
chainWebpack: config => {
|
||||
config.plugins.delete('case-sensitive-paths')
|
||||
//忽略的打包文件
|
||||
config.externals({
|
||||
vue: "Vue",
|
||||
|
||||
Reference in New Issue
Block a user