File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ src/classic/libs/*
3
3
src /classic /resource /*
4
4
src /classic /theme /*
5
5
src /common /style /CartoCSS.js
6
+ src /common /thirdparty /ai /*
6
7
test
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ module.exports = {
19
19
let fileName = moduleVersion === 'es6' ? `${ productName } -${ moduleVersion } ` : `${ productName } ` ;
20
20
return {
21
21
path : `${ __dirname } /../dist/${ libName } /` ,
22
- filename : `${ fileName } .js`
22
+ filename : `${ fileName } .js` ,
23
+ chunkFormat :'commonjs'
23
24
} ;
24
25
} ,
25
26
Original file line number Diff line number Diff line change 62
62
"@babel/plugin-transform-runtime" : " ^7.12.1" ,
63
63
"@babel/preset-env" : " ^7.12.1" ,
64
64
"@geoman-io/leaflet-geoman-free" : " 2.9.0" ,
65
+ "@tensorflow/tfjs" : " ^3.5.0" ,
65
66
"babel-eslint" : " ^10.1.0" ,
66
67
"babel-loader" : " ^8.1.0" ,
67
68
"babel-plugin-istanbul" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments