@acmekit/admin-bundler 2.13.71 → 2.13.73
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/dist/index.js +5 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1347,7 +1347,11 @@ async function getViteConfig(options) {
|
|
|
1347
1347
|
"react-dom/client",
|
|
1348
1348
|
"react-router-dom",
|
|
1349
1349
|
"react-i18next",
|
|
1350
|
-
"@tanstack/react-query"
|
|
1350
|
+
"@tanstack/react-query",
|
|
1351
|
+
// Auto-resolve transitive deps of excluded workspace packages.
|
|
1352
|
+
// Excluded packages aren't pre-bundled, so their CJS deps (like qs)
|
|
1353
|
+
// must be explicitly included or named ESM imports will fail.
|
|
1354
|
+
...(0, import_bundler_shared.resolveTransitiveDeps)(watchPackages)
|
|
1351
1355
|
],
|
|
1352
1356
|
// Watched workspace packages must be excluded from pre-bundling so
|
|
1353
1357
|
// moduleGraph.invalidateAll() + full-reload picks up their changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acmekit/admin-bundler",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.73",
|
|
4
4
|
"description": "Bundler for the AcmeKit admin dashboard.",
|
|
5
5
|
"author": "Kasper Kristensen <kasper@acmekit.com>",
|
|
6
6
|
"scripts": {
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"package.json"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@acmekit/types": "2.13.
|
|
21
|
+
"@acmekit/types": "2.13.73"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@acmekit/admin-shared": "2.13.
|
|
25
|
-
"@acmekit/admin-vite-plugin": "2.13.
|
|
26
|
-
"@acmekit/bundler-shared": "2.13.
|
|
27
|
-
"@acmekit/dashboard": "2.13.
|
|
24
|
+
"@acmekit/admin-shared": "2.13.73",
|
|
25
|
+
"@acmekit/admin-vite-plugin": "2.13.73",
|
|
26
|
+
"@acmekit/bundler-shared": "2.13.73",
|
|
27
|
+
"@acmekit/dashboard": "2.13.73",
|
|
28
28
|
"@vitejs/plugin-react": "^4.2.1",
|
|
29
29
|
"autoprefixer": "^10.4.19",
|
|
30
30
|
"compression": "^1.8.0",
|