import-cache-query
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i import-cache-query

Weekly Downloads

1

Version

0.0.4

License

ISC

Unpacked Size

27.6 kB

Total Files

13

Last publish

Collaborators

  • pengbo-study