UNPKG
prg-editor
Version:
latest (0.6.0)
0.6.0
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-alpha.1
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.2.0-alpha.2
0.1.0
Data Table and Editor for use with Prg-Form
github.com/pragonauts/prg-editor
pragonauts/prg-editor
prg-editor
/
webpack.tests.js
8 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * @author David Menger */
const
context =
require
.
context
(
'./test'
,
true
,
/\.jsx?$/
); context.
keys
().
forEach
(context);