We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7959f commit 672bdceCopy full SHA for 672bdce
.babelrc renamed to modules/.babelrc
tests.webpack.js
@@ -1,2 +1,2 @@
1
-const context = require.context('./modules', true, /-test\.js$/)
+var context = require.context('./modules', true, /-test\.js$/)
2
context.keys().forEach(context)
0 commit comments