1.9.0 • Published 2 years ago

delete-node-require-cache v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

English | 简体中文

delete-node-require-cache

NPM version NPM Weekly Downloads License

NodeJs loads js scripts file with a cache for performance reasons, but sometimes cache can be a problem when we need NodeJs to load new changes of the js file in real time, and this package will remove the cache of the specified js file, and also will parse the content and analyse the dependent js file inside and remove the relevant cache

import { delRequireCache } from 'delete-node-require-cache'

delRequireCache(jsFilePath)
1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.1.2

2 years ago

0.0.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago