purvex-ui 1.0.5 → 1.0.6
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 +1 -1
- package/src/commands/setup.js +1 -1
package/package.json
CHANGED
package/src/commands/setup.js
CHANGED
|
@@ -115,7 +115,7 @@ export default defineConfig({
|
|
|
115
115
|
configContent = configContent.replace(
|
|
116
116
|
/plugins:\s*\[([\s\S]*?)\]/,
|
|
117
117
|
`plugins: [
|
|
118
|
-
|
|
118
|
+
,$1\n tailwindcss(),]`
|
|
119
119
|
);
|
|
120
120
|
// Tutup bracket dengan benar
|
|
121
121
|
configContent = configContent.replace(/tailwindcss\(\),\s*$/, 'tailwindcss(),\n ]');
|