init
This commit is contained in:
8
mc_test/node_modules/@dabh/diagnostics/browser/index.js
generated
vendored
Executable file
8
mc_test/node_modules/@dabh/diagnostics/browser/index.js
generated
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
//
|
||||
// Select the correct build version depending on the environment.
|
||||
//
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./production.js');
|
||||
} else {
|
||||
module.exports = require('./development.js');
|
||||
}
|
||||
Reference in New Issue
Block a user