16 lines
No EOL
347 B
JavaScript
Executable file
16 lines
No EOL
347 B
JavaScript
Executable file
/* 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
|