mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 21:43:33 +01:00
Added the loose plugin for better support
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user