flat: 忽略flatgeobuf 大小写

This commit is contained in:
Apcallover
2024-05-30 15:36:10 +08:00
parent e13fae93ef
commit 45fcff178b

View File

@@ -5,6 +5,7 @@ module.exports = {
lintOnSave: true,
productionSourceMap: false,
chainWebpack: config => {
config.plugins.delete('case-sensitive-paths')
//忽略的打包文件
config.externals({
vue: "Vue",