diff --git a/.torch.compile.opts.js b/.torch.compile.opts.js index 32bdacc722..b65d4cd02f 100755 --- a/.torch.compile.opts.js +++ b/.torch.compile.opts.js @@ -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' + ] } - \ No newline at end of file