@brillout/docpress 0.4.3 → 0.4.4
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.
|
@@ -133,9 +133,9 @@ var remarkPlugins = [remarkGfm];
|
|
|
133
133
|
var config = {
|
|
134
134
|
root,
|
|
135
135
|
plugins: [
|
|
136
|
-
react(),
|
|
137
136
|
markdownHeadingsVitePlugin(),
|
|
138
137
|
mdx({ rehypePlugins, remarkPlugins }),
|
|
138
|
+
react(),
|
|
139
139
|
ssr({
|
|
140
140
|
prerender: {
|
|
141
141
|
noExtraDir: true
|
|
@@ -154,7 +154,7 @@ var config = {
|
|
|
154
154
|
disableAutoFullBuild: true
|
|
155
155
|
})
|
|
156
156
|
],
|
|
157
|
-
optimizeDeps: { include: ["@mdx-js/react", "react
|
|
157
|
+
optimizeDeps: { include: ["@mdx-js/react", "react-dom"] },
|
|
158
158
|
ssr: {
|
|
159
159
|
noExternal: ["@brillout/docpress"]
|
|
160
160
|
},
|
package/dist/cli/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
vite_config_default
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-PWCIRBXY.js";
|
|
4
4
|
import "../chunk-OFUQWIQL.js";
|
|
5
5
|
import "../chunk-2ZTPUQGS.js";
|
|
6
6
|
import "../chunk-3QC7HYIF.js";
|
|
@@ -16,7 +16,7 @@ Error.stackTraceLimit = Infinity;
|
|
|
16
16
|
cli();
|
|
17
17
|
async function cli() {
|
|
18
18
|
if (isDev) {
|
|
19
|
-
await import("../devServer-
|
|
19
|
+
await import("../devServer-P3BMS7IP.js");
|
|
20
20
|
} else if (isBuild) {
|
|
21
21
|
await build(vite_config_default);
|
|
22
22
|
await build({ ...vite_config_default, build: { ssr: true } });
|
package/dist/index.js
CHANGED
|
@@ -267,6 +267,15 @@ var inlang_default = "/assets/inlang-GFRWND6X.png";
|
|
|
267
267
|
|
|
268
268
|
// src/components/Sponsors/sponsorsList.ts
|
|
269
269
|
var individuals = [
|
|
270
|
+
{
|
|
271
|
+
username: "gu-stav"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
username: "YannBirba"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
username: "fi3ework"
|
|
278
|
+
},
|
|
270
279
|
{
|
|
271
280
|
username: "EJM-Company"
|
|
272
281
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brillout/docpress",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"// Check types while developing": "",
|
|
6
6
|
"types": "tsc --noEmit --watch",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@mdx-js/mdx": "^2.0.0",
|
|
17
17
|
"@mdx-js/react": "^2.0.0",
|
|
18
18
|
"@mdx-js/rollup": "^2.0.0",
|
|
19
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
19
|
+
"@vitejs/plugin-react-swc": "^3.3.0",
|
|
20
20
|
"balloon-css": "^1.2.0",
|
|
21
21
|
"express": "^4.17.1",
|
|
22
22
|
"rehype-pretty-code": "^0.3.2",
|