feat: a bunch of examples

This commit is contained in:
2019-03-15 13:32:27 -07:00
parent 8aa4af62af
commit e6c8a5106d
18 changed files with 423 additions and 11 deletions

View File

@@ -4,8 +4,5 @@ module.exports = {
// Our default preset
'poi/babel',
],
plugins: [
// This adds Hot Reloading support
'react-hot-loader/babel',
],
plugins: [],
};