Skip to content

Commit 996ef95

Browse files
committed
feat: add postcss and sass
1 parent 5fa8acd commit 996ef95

11 files changed

Lines changed: 1226 additions & 19 deletions

File tree

packages/mpx/bin/mpx.js

100644100755
File mode changed.

packages/mpx/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.0",
44
"description": "Mendix tool for bundling pluggable widgets",
55
"type": "module",
6+
"bin": {
7+
"mpx": "./bin/mpx.js"
8+
},
69
"scripts": {
710
"preinstall": "npx only-allow pnpm",
811
"test": "echo 'test is missing'",
@@ -30,17 +33,24 @@
3033
"fast-glob": "^3.3.3",
3134
"filesize": "^11.0.1",
3235
"picocolors": "^1.1.1",
36+
"postcss": "^8.5.6",
3337
"premove": "^4.0.0",
3438
"prettier": "^3.6.2",
3539
"pretty-ms": "^9.2.0",
40+
"rolldown": "1.0.0-beta.26",
3641
"rollup-plugin-license": "^3.6.0",
42+
"rollup-plugin-postcss": "^4.0.2",
43+
"sass": "^1.89.2",
3744
"signal-exit": "^4.1.0",
3845
"typescript": "^5.8.3",
39-
"xml2js": "^0.6.2",
4046
"zip-a-folder": "^3.1.9",
4147
"zod": "^4.0.5"
4248
},
4349
"dependencies": {
44-
"rolldown": "1.0.0-beta.26"
50+
"postcss": "^8.5.6",
51+
"rolldown": "1.0.0-beta.26",
52+
"rollup-plugin-postcss": "^4.0.2",
53+
"sass": "^1.89.2",
54+
"xml2js": "^0.6.2"
4555
}
4656
}

0 commit comments

Comments
 (0)