UNPKG

233 BJavaScriptView Raw
1module.exports = {
2 babelrc: {
3 presets: [
4 'env'
5 ],
6 sourceMaps: 'inline'
7 },
8 extensions: ['.js'],
9 include: [
10 'node_modules/**/src/gl-matrix/**/*.js '
11 ],
12 exclude: [
13 'bower_components/**/*.js',
14 ]
15}