We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f68b3 commit a4004a5Copy full SHA for a4004a5
package.json
@@ -43,7 +43,7 @@
43
"dependencies": {
44
"@amplitude/analytics-node": "^1.3.3",
45
"@babel/parser": "^7.15.3",
46
- "@babel/traverse": "^7.15.0",
+ "@babel/traverse": "^7.23.2",
47
"bcp-47-normalize": "^2.0.1",
48
"change-case": "^4.1.2",
49
"consolidate": "^0.16.0",
webpack.config.js
@@ -50,6 +50,11 @@ const config = {
50
},
51
],
52
53
+ {
54
+ test: /\.mjs$/,
55
+ include: /node_modules/,
56
+ type: 'javascript/auto',
57
+ },
58
59
60
plugins: [
0 commit comments