Benchmarks: add emotion and latest results

This commit is contained in:
Nicolas Gallagher
2017-09-10 12:52:07 -07:00
parent 5d24f4c8fa
commit e802026298
9 changed files with 317 additions and 123 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ module.exports = {
exclude: /node_modules/,
use: {
loader: 'babel-loader',
options: { cacheDirectory: true }
options: {
cacheDirectory: true
}
}
}
]