mirror of
https://github.com/danbulant/discord.js
synced 2026-07-10 13:41:42 +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": [
|
"presets": [
|
||||||
"es2015"
|
"es2015",
|
||||||
|
"es2015-loose"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -29,6 +29,8 @@
|
||||||
"ws": "^0.7.2"
|
"ws": "^0.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"babel-preset-es2015": "^6.1.18",
|
||||||
|
"babel-preset-es2015-loose": "^6.1.2",
|
||||||
"grunt": "~0.4.5",
|
"grunt": "~0.4.5",
|
||||||
"grunt-babel": "^5.0.1",
|
"grunt-babel": "^5.0.1",
|
||||||
"grunt-browserify": "^4.0.0",
|
"grunt-browserify": "^4.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue