init
This commit is contained in:
11
babel.config.js
Normal file
11
babel.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* eslint-env node */
|
||||
module.exports = {
|
||||
presets: [
|
||||
// Our default preset
|
||||
'poi/babel',
|
||||
],
|
||||
plugins: [
|
||||
// This adds Hot Reloading support
|
||||
'react-hot-loader/babel',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user