Specifies an Object, or an Array of Object, which defines aliases used to replace values in import or require statements. With either format, the order of the entries is important, in that the first defined rules are applied first.
Object
Array
import
require
This is passed to @rollup/plugin-alias as the "entries" field https://github.com/rollup/plugins/tree/master/packages/alias#entries
Specifies an
Object, or anArrayofObject, which defines aliases used to replace values inimportorrequirestatements. With either format, the order of the entries is important, in that the first defined rules are applied first.This is passed to @rollup/plugin-alias as the "entries" field https://github.com/rollup/plugins/tree/master/packages/alias#entries