@matthesketh/utopia-vite-plugin 0.0.1 → 0.0.2
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Vite plugin for UtopiaJS. Transforms `.utopia` single-file components, extracts
|
|
|
8
8
|
pnpm add -D @matthesketh/utopia-vite-plugin
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Requires `vite` ^6.0.0 as a peer dependency.
|
|
11
|
+
Requires `vite` ^6.0.0 or ^7.0.0 as a peer dependency.
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
@@ -44,7 +44,6 @@ export default defineConfig({
|
|
|
44
44
|
|--------|------|---------|-------------|
|
|
45
45
|
| `include` | `FilterPattern` | `'**/*.utopia'` | Glob patterns to include |
|
|
46
46
|
| `exclude` | `FilterPattern` | -- | Glob patterns to exclude |
|
|
47
|
-
| `sourceMap` | `boolean` | `true` (dev) | Generate source maps |
|
|
48
47
|
|
|
49
48
|
**Features:**
|
|
50
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matthesketh/utopia-vite-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Vite plugin for UtopiaJS .utopia files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@matthesketh/utopia-compiler": "0.0.
|
|
42
|
+
"@matthesketh/utopia-compiler": "0.0.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"vite": "^6.0.0 || ^7.0.0"
|