1 Star 0 Fork 115

Mountain / F2

forked from antv / F2 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.torch.compile.opts.js 252 Bytes
Copy Edit Raw Blame History
bui authored 2017-09-26 14:06 . fist add
module.exports = {
babelrc: {
presets: [
'es2015',
'stage-0'
],
sourceMaps: 'inline'
},
extensions: ['.js'],
include: [
'node_modules/**/src/gl-matrix/**/*.js'
],
exclude: [
'bower_components/**/*.js',
]
}
JavaScript
1
https://gitee.com/ifanio/f2.git
git@gitee.com:ifanio/f2.git
ifanio
f2
F2
master

Search