mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-09 23:11:21 +08:00
Config -- added base config object for env-independent settings
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
require('core-js/fn/object/assign');
|
||||
|
||||
// Add support for all files in the test directory
|
||||
const testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
|
||||
Reference in New Issue
Block a user