Make fp tests browser runnable.

This commit is contained in:
John-David Dalton
2015-12-05 23:36:02 -08:00
parent 769f78a2b7
commit 42c077de02
7 changed files with 1020 additions and 654 deletions

View File

@@ -30,7 +30,7 @@ var mappingConfig = {
'entry': path.join(__dirname, 'mapping.js'),
'output': {
'path': distPath,
'filename': 'fp-mapping.js',
'filename': 'mapping.fp.js',
'library': 'mapping',
'libraryTarget': 'umd'
}