File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ src/classic/libs/*
33src /classic /resource /*
44src /classic /theme /*
55src /common /style /CartoCSS.js
6+ src /common /thirdparty /ai /*
67test
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ module.exports = {
1919 let fileName = moduleVersion === 'es6' ? `${ productName } -${ moduleVersion } ` : `${ productName } ` ;
2020 return {
2121 path : `${ __dirname } /../dist/${ libName } /` ,
22- filename : `${ fileName } .js`
22+ filename : `${ fileName } .js` ,
23+ chunkFormat :'commonjs'
2324 } ;
2425 } ,
2526
Original file line number Diff line number Diff line change 6262 "@babel/plugin-transform-runtime" : " ^7.12.1" ,
6363 "@babel/preset-env" : " ^7.12.1" ,
6464 "@geoman-io/leaflet-geoman-free" : " 2.9.0" ,
65+ "@tensorflow/tfjs" : " ^3.5.0" ,
6566 "babel-eslint" : " ^10.1.0" ,
6667 "babel-loader" : " ^8.1.0" ,
6768 "babel-plugin-istanbul" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments