Skip to content

Commit 318975a

Browse files
Merge branch 'main' into cursor/process-env-build-paths-15c0
2 parents 8ecaacd + 88a7f85 commit 318975a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/website-new/rspress.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import * as path from 'path';
22
import { defineConfig } from '@rspress/core';
33
import { moduleFederationPluginOverview } from './src/moduleFederationPluginOverview';
4-
import { pluginLlms } from '@rspress/plugin-llms';
54
// import { pluginAnnotationWords } from 'rspress-plugin-annotation-words';
65
import { pluginSass } from '@rsbuild/plugin-sass';
76
import { pluginModuleFederation } from '@module-federation/rspress-plugin';
87
import mfConfig from './module-federation.config';
98

109
export default defineConfig({
1110
root: path.join(__dirname, 'docs'),
12-
// llms: true,
11+
llms: true,
1312
title: 'Module federation',
1413
description:
1514
'Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications',
@@ -55,7 +54,6 @@ export default defineConfig({
5554
// pluginAnnotationWords({
5655
// wordsMapPath: 'words-map.json',
5756
// }),
58-
pluginLlms(),
5957
pluginModuleFederation(mfConfig),
6058
],
6159
builderConfig: {

0 commit comments

Comments
 (0)