0.0.6 • Published 6 months ago

hard-load v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

hard-load

🧹清理某些约定目录,以避免缓存带来的干扰~

安装

npm install hard-load -D

# or
yarn add hard-load
pnpm add hard-load

使用

{
  "scripts": {
-    "dev": "vite",
+    "dev": "npx hard-load && vite",
  }
}

or

运行 hard-load 后,指定 dev 命令执行。

{
  "scripts": {
    "dev": "vite",
+   "start": "npx hard-load dev",
  }
}
0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago