We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b7741 commit 39e7b8fCopy full SHA for 39e7b8f
babel.config.js
@@ -12,6 +12,7 @@ module.exports = {
12
'@babel/plugin-proposal-class-properties',
13
'@babel/plugin-syntax-dynamic-import',
14
'@babel/plugin-transform-runtime',
15
+ 'transform-require-context',
16
],
17
},
18
package.json
@@ -142,6 +142,7 @@
142
"babel-plugin-import": "^1.1.1",
143
"babel-plugin-inline-import-data-uri": "^1.0.1",
144
"babel-plugin-istanbul": "^6.0.0",
145
+ "babel-plugin-transform-require-context": "^0.1.1",
146
"case-sensitive-paths-webpack-plugin": "^2.1.2",
147
"chalk": "^4.1.1",
148
"cheerio": "^1.0.0-rc.2",
0 commit comments