Skip to content

Ev3/vite-plugin-rewrite-all

This branch is 3 commits ahead of ivesia/vite-plugin-rewrite-all:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 5, 2024
249ae57 · Jan 5, 2024

History

12 Commits
Feb 25, 2021
Feb 25, 2021
Feb 25, 2021
Jan 5, 2024
Jan 5, 2024
Jan 5, 2024
Feb 25, 2021

Repository files navigation

vite-plugin-rewrite-all npm

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

This is a fork with merged PR2

Installation

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

Usage

Add it to vite.config.js

import pluginRewriteAll from '@evg3/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%