vite-plugin-uni-tailwind-processor 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-uni-tailwind-processor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vite插件:为uniapp项目适配tailwindcss的文件监听与样式处理",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "vite": "^5.0.0"
29
29
  },
30
30
  "scripts": {
31
- "build": "tsup src/index.ts --format cjs,esm --dts --external vite --external chokidar",
31
+ "build": "tsup",
32
32
  "prepublishOnly": "npm run build"
33
33
  },
34
34
  "peerDependenciesMeta": {