config.js — react Source File
Architecture documentation for config.js, a javascript file in the react codebase.
Entity Profile
Source Code
System.config({
paths: {
react: '../../../../build/oss-experimental/react/umd/react.development.js',
'react-dom':
'../../../../build/oss-experimental/react-dom/umd/react-dom.development.js',
schedule:
'../../../../build/oss-experimental/scheduler/umd/schedule.development',
},
});
Source
Frequently Asked Questions
What does config.js do?
config.js is a source file in the react codebase, written in javascript.
Where is config.js in the architecture?
config.js is located at fixtures/packaging/systemjs-builder/dev/config.js (directory: fixtures/packaging/systemjs-builder/dev).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free