Initial commit
This commit is contained in:
7
node_modules/react-hot-loader/patch.js
generated
vendored
Normal file
7
node_modules/react-hot-loader/patch.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
if (!module.hot || process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/react-hot-loader.production.min.js');
|
||||
} else {
|
||||
module.exports = require('./dist/react-hot-loader.development.js');
|
||||
}
|
||||
Reference in New Issue
Block a user