Skip to content

Commit bfcffab

Browse files
committed
【fix】UT package
1 parent 71ab6c5 commit bfcffab

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ src/classic/libs/*
33
src/classic/resource/*
44
src/classic/theme/*
55
src/common/style/CartoCSS.js
6+
src/common/thirdparty/ai/*
67
test

build/webpack.config.base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
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",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy