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