0.4.1 • Published 4 months ago

vite-plugin-remote-assets v0.4.1

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

vite-plugin-remote-assets

NPM version

Bundles your assets from remote URLs with your app

<img src="http://example.com/image.jpg" />

To

<img src="/node_modules/.remote-assets/f83j2f.jpg" />

Install

npm i -D vite-plugin-remote-assets
// vite.config.ts
import RemoteAssets from 'vite-plugin-remote-assets'

export default {
  plugins: [
    RemoteAssets()
  ]
}

Sponsors

License

MIT License © 2021 Anthony Fu

0.4.1

4 months ago

0.4.0

5 months ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago