Apply babel to mergebounce

This commit is contained in:
JC Brand 2021-04-29 10:38:17 +02:00
parent 754f1fcb25
commit 4870d41aae
2 changed files with 11 additions and 8 deletions

14
package-lock.json generated
View File

@ -4488,9 +4488,9 @@
}
},
"@octokit/openapi-types": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.2.0.tgz",
"integrity": "sha512-V2vFYuawjpP5KUb8CPYsq20bXT4qnE8sH1QKpYqUlcNOntBiRr/VzGVvY0s+YXGgrVbFUVO4EI0VnHYSVBWfBg==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.2.1.tgz",
"integrity": "sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ==",
"dev": true
},
"@octokit/plugin-enterprise-rest": {
@ -4632,12 +4632,12 @@
}
},
"@octokit/types": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.0.tgz",
"integrity": "sha512-43qHvDsPsKgNt4W4al3dyU6s2XZ7ZMsiiIw8rQcM9CyEo7g9W8/6m1W4xHuRqmEjTfG1U4qsE/E4Jftw1/Ak1g==",
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.1.tgz",
"integrity": "sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^6.2.0"
"@octokit/openapi-types": "^6.2.1"
}
},
"@sinonjs/commons": {

View File

@ -74,7 +74,10 @@ module.exports = {
]
}, {
test: /\.js$/,
include: /src/,
include: [
/src/,
/node_modules\/mergebounce/,
],
use: {
loader: 'babel-loader',
options: {