0.1.4 • Published 1 year ago

unplugin-assets v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

unplugin-assets NPM version

Preview asset sources in DEV mode.

Usage

pnpm add unplugin-assets -D
import { defineConfig } from 'vite'
import Assets from 'unplugin-assets/vite'

export default defineConfig({
  plugins: [
    Assets({
      // ...options
    }),
  ],
})

Then you can see the previewed address in your terminal.

Assets: http://localhost:5173/__assets

Credits

license

MIT

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago