fix(test): compile threejs source

This commit is contained in:
wensen.lws 2018-11-01 11:14:19 +08:00 committed by leungwensen
parent 779531ef51
commit bd53b2bd89
1 changed files with 4 additions and 5 deletions

View File

@ -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'
// ] ]
} }