Add files
This commit is contained in:
commit
bb80829159
18195 changed files with 2122994 additions and 0 deletions
16
509bba0_unpacked/~/react-hot-loader/lib/AppContainer.js
vendored
Executable file
16
509bba0_unpacked/~/react-hot-loader/lib/AppContainer.js
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
/* eslint-disable global-require */
|
||||
|
||||
'use strict';
|
||||
|
||||
if (!module.hot || process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./AppContainer.prod');
|
||||
} else {
|
||||
module.exports = require('./AppContainer.dev');
|
||||
}
|
||||
|
||||
|
||||
//////////////////
|
||||
// WEBPACK FOOTER
|
||||
// ./~/react-hot-loader/lib/AppContainer.js
|
||||
// module id = 2765
|
||||
// module chunks = 2
|
Loading…
Add table
Add a link
Reference in a new issue