Skip to content

Commit 672bdce

Browse files
committed
Keep Babel config alongside modules
1 parent 8f7959f commit 672bdce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests.webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const context = require.context('./modules', true, /-test\.js$/)
1+
var context = require.context('./modules', true, /-test\.js$/)
22
context.keys().forEach(context)

0 commit comments

Comments
 (0)