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: [
|
||||
'src/**/*.js',
|
||||
'test/**/*.js',
|
||||
'node_modules/**/*.js'
|
||||
'node_modules/three/**/*.js'
|
||||
],
|
||||
// exclude: [
|
||||
// 'node_modules/**/*.js'
|
||||
// ]
|
||||
exclude: [
|
||||
'node_modules/@babel/**/*.js'
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue