Common Options

Learn more about modules here.

There are common options (properties) for modules.

defaultValue

DescriptionType
Describes the built-in path for the module, this attribute is used only for built-in modules and never should be overridden.String

uses

DescriptionTypeDefault
The path that will be used to require the module, so if you want to use a custom script as the main script of the module use this attribute to do it.StringThe option defaultValue is used for built-in modules
options.modulesData = {
	styles: {
  	uses : 'custom/path/myCustomModule.js'
  }
}

notStart

DescriptionTypeDefault
If true, basebuild won't require the module when startup. Use can use this to require the module in specific time. Booleanfalse