Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vite-plugin-rewrite-all

ivesia141.5kMITdeprecated1.0.2TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Vite plugin that fix dev server not rewriting the path includes a dot vite#2190

vite, vite-plugin

readme

vite-plugin-rewrite-all npm

Vite plugin that fix dev server not rewriting the path includes a dot vite#2190

Installation

npm install --save-dev vite-plugin-rewrite-all

Usage

Add it to vite.config.js

import pluginRewriteAll from 'vite-plugin-rewrite-all';

export default {
  plugins: [pluginRewriteAll()]
}

As long as you can rewriting all path, this should work for you.

License

MIT

Copyright (c) 2021-present, AlphaTr