created new build

This commit is contained in:
bill bittner 2018-03-20 13:26:52 -07:00
parent c191b7c2bd
commit fee422223a
5 changed files with 12 additions and 54673 deletions

View file

@ -15,6 +15,8 @@ export const dynamicImport = (filePath) => {
throw new Error('no file path provided to dynamicImport()');
}
if (filePath.typeof !== 'string') {
console.log('dynamicImport > filePath:', filePath);
console.log('dynamicImport > filePath type:', filePath.typeof);
throw new Error('file path provided to dynamicImport() must be a string');
}
// split out the file folders // filter out any empty or white-space-only strings

8911
index.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long