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

View File

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