mirror of https://gitee.com/antv-l7/antv-l7
fix(test): compile threejs source
This commit is contained in:
parent
779531ef51
commit
bd53b2bd89
|
@ -10,10 +10,9 @@ module.exports = {
|
||||||
include: [
|
include: [
|
||||||
'src/**/*.js',
|
'src/**/*.js',
|
||||||
'test/**/*.js',
|
'test/**/*.js',
|
||||||
'node_modules/**/*.js'
|
'node_modules/three/**/*.js'
|
||||||
],
|
],
|
||||||
// exclude: [
|
exclude: [
|
||||||
// 'node_modules/**/*.js'
|
'node_modules/@babel/**/*.js'
|
||||||
// ]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue