Skip to content

Commit 983e75b

Browse files
committed
unwendor lightningcss plugin
1 parent cb7c4a9 commit 983e75b

37 files changed

Lines changed: 14692 additions & 33436 deletions

package-lock.json

Lines changed: 14690 additions & 19694 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"biome": "biome check ./packages",
3838
"browser": "node ./packages/test/harness/src/host/dev/index http://localhost:5001/__tests__/html/",
3939
"browser:watch": "node-dev --no-notify --respawn ./packages/test/harness/src/host/dev/index http://localhost:5001/__tests__/html/",
40-
"build:plugin": "cd packages/unplugin-lightningcss && npm run build",
41-
"build": "npm run build:plugin && npm run build --if-present --workspaces",
40+
"build": "npm run build --if-present --workspaces",
4241
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0) && npm run bump:packages && npm run bump:samples",
4342
"bump:dev": "PACKAGES_TO_BUMP=$(cat package.json | jq -r '(.pinDependencies // {}) as $P | (.localPeerDependencies // []) as $L | (.devDependencies // {}) | to_entries | map(select(.key as $K | $L | contains([$K]) | not)) | map(.key + \"@\" + ($P[.key] // [\"latest\"])[0]) | join(\" \")') && [ ! -z \"$PACKAGES_TO_BUMP\" ] && npm install $PACKAGES_TO_BUMP || true",
4443
"bump:prod": "PACKAGES_TO_BUMP=$(cat package.json | jq -r '(.pinDependencies // {}) as $P | (.localPeerDependencies // []) as $L | (.dependencies // {}) | to_entries | map(select(.key as $K | $L | contains([$K]) | not)) | map(.key + \"@\" + ($P[.key] // [\"latest\"])[0]) | join(\" \")') && [ ! -z \"$PACKAGES_TO_BUMP\" ] && npm install --save-exact $PACKAGES_TO_BUMP || true",
@@ -209,7 +208,7 @@
209208
"tsdown": "^0.11.12",
210209
"typescript": "^5.7.3",
211210
"typescript-plugin-css-modules": "^5.1.0",
212-
"unplugin-lightningcss": "file:./packages/unplugin-lightningcss",
211+
"unplugin-lightningcss": "^0.4.1",
213212
"xmlbuilder": "^15.1.1"
214213
},
215214
"dependencies": {

packages/unplugin-lightningcss/.editorconfig

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/unplugin-lightningcss/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/unplugin-lightningcss/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/unplugin-lightningcss/.github/renovate.json5

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/unplugin-lightningcss/.github/workflows/release.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

packages/unplugin-lightningcss/.github/workflows/unit-test.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

packages/unplugin-lightningcss/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/unplugin-lightningcss/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)