Skip to content

Commit c9e7701

Browse files
committed
新增打开本地文件微件。review by songym.
1 parent 19ca46d commit c9e7701

28 files changed

+2933
-1449
lines changed

build/webpack.config.leaflet.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
'@turf/turf': "function(){try{return turf}catch(e){return {}}}()",
2424
'deck.gl': '(function(){try{return DeckGL}catch(e){return {}}})()',
2525
'luma.gl': '(function(){try{return luma}catch(e){return {}}})()',
26-
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()'
26+
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()',
27+
'xlsx': "function(){try{return XLSX}catch(e){return {}}}()"
2728
}),
2829

2930
module: {

0 commit comments

Comments
 (0)