cachebust es6 imports cli 源码
cachebust-es6-imports-cli 安装: npm i cachebust-es6-imports-cli -D cachebust-es6-imports-cli是一个命令行应用程序,允许您缓存ES6导入。 例如,cachebust-es6-imports-cli将采用以下js文件: import { Thing } from "./index.js" ; console . log ( 'hi from index.js' ) ; 并将其转换为: import { Thing } from "./index_HILQ1xmt0EvHZnXdypa0.js" ;
下载地址
用户评论