-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
-
Separate configuration for a module into its own file named after the module. A configuration file for the main
appmodule is namedapp.config.js(or simplyconfig.js). A configuration for a module namedadmin.module.jsis namedadmin.config.js.Why?: Separates configuration from module definition, components, and active code.
Why?: Provides an identifiable place to set configuration for a module.