Home > @lynx-js/rspeedy > Entry
Entry type
The Entry option is used to set the entry module.
Signature:
References: EntryDescription
Remarks
If no value is provided, the default value './src/index.js' will be used.
Example 1
- Use a single entry:
Example 2
- Use a single entry with multiple entry modules:
Example 3
- Use multiple entries(with multiple entry modules):
Example 4
- Use multiple entries with EntryDescription: