vite/docs/config
Evan You 99522d0edf refactor: remove the need for specifying trnasformInclude
BREAKING CHANGE: `trnasformInclude` option has been removed and is no
longer necessary. This allows full dynamic imports to custom file types
to automatically qualify for the transform pipeline.

    - All requests that accept `*/*` AND is not declared an asset type
    will now qualify for the transform pipeline.

    - To exclude an asset type from being transformed when requested
    directly, declare it as asset via `config.assetsInclude`.
2021-01-05 12:04:41 -05:00
..
index.md refactor: remove the need for specifying trnasformInclude 2021-01-05 12:04:41 -05:00