mirror of
https://github.com/danbulant/discord.js
synced 2026-07-11 06:01:14 +00:00
Added the loose plugin for better support
This commit is contained in:
parent
b22995f254
commit
7af5445b93
2 changed files with 48 additions and 45 deletions
3
.babelrc
3
.babelrc
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"presets": [
|
||||
"es2015"
|
||||
"es2015",
|
||||
"es2015-loose"
|
||||
]
|
||||
}
|
||||
|
|
@ -29,6 +29,8 @@
|
|||
"ws": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-preset-es2015-loose": "^6.1.2",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-babel": "^5.0.1",
|
||||
"grunt-browserify": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue