Skip to content

Commit bc195e4

Browse files
committed
chore: more cleanups
1 parent 10d3cef commit bc195e4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

examples/mongodb/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"mongodb-memory-server": "^6.1.1"
1111
},
1212
"devDependencies": {
13+
"@babel/core": "*",
1314
"@babel/preset-env": "*",
1415
"babel-jest": "*",
1516
"jest": "*"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"devDependencies": {
44
"@babel/core": "^7.3.4",
55
"@babel/plugin-proposal-class-properties": "^7.3.4",
6+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
67
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
78
"@babel/plugin-transform-strict-mode": "^7.0.0",
89
"@babel/preset-env": "^7.1.0",

scripts/browserBuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function browserBuild(pkgName, entryPath, destination) {
5353
rules: [
5454
{
5555
test: /\.[jt]sx?$/,
56-
loader: 'babel-loader',
56+
loader: require.resolve('babel-loader'),
5757
options: babelEs5Options,
5858
},
5959
],

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
dependencies:
441441
"@babel/helper-plugin-utils" "^7.8.3"
442442

443-
"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.0":
443+
"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3":
444444
version "7.8.3"
445445
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
446446
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==

0 commit comments

Comments
 (0)