File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11import * as path from 'path' ;
22import { defineConfig } from '@rspress/core' ;
33import { moduleFederationPluginOverview } from './src/moduleFederationPluginOverview' ;
4- import { pluginLlms } from '@rspress/plugin-llms' ;
54// import { pluginAnnotationWords } from 'rspress-plugin-annotation-words';
65import { pluginSass } from '@rsbuild/plugin-sass' ;
76import { pluginModuleFederation } from '@module-federation/rspress-plugin' ;
87import mfConfig from './module-federation.config' ;
98
109export 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 : {
You can’t perform that action at this time.
0 commit comments