0.0.4 • Published 1 year ago

import-cache-query v0.0.4

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

import-cache-query

  • import file without cache
// plugin.mjs
import { ImportQueryHook } from './hook.mjs'

export const resolve = ImportQueryHook({
  filter: 'postcss.config'
})

// vite.config.ts
import { register } from 'node:module'
register('./plugin.mjs', import.meta.url)
0.0.4

1 year ago

0.0.3

1 year ago