Commit a1e2e40
committed
fix: bump
Otherwise, the following is broken:
```javascript
module.exports = require('@acme/ui/tailwind.config.cjs')
```
where `@acme/ui` has:
```json
"exports": {
"./*.cjs": "./*.cjs",
},
```
and requires the following workaround
```json
"exports": {
"./tailwind.config.cjs": "./tailwind.config.cjs",
"./*.cjs": "./*.cjs",
},
```
bumping the package fixes this.enhanced-resolve for upstream fix1 parent 8d22df1 commit a1e2e40
File tree
3 files changed
+7
-7
lines changed- packages/tailwindcss-language-server
- src/util
3 files changed
+7
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments