1.0.1 • Published 6 months ago

@brrock/vite-plugin-rewrite-all v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

vite-plugin-rewrite-all npm

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

Installation

npm install --save-dev @brrock/vite-plugin-rewrite-all

Usage

Add it to vite.config.js

import pluginRewriteAll from '@brrock/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, orignally by AlphaTr

1.0.1

6 months ago

1.0.0

6 months ago