File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ function reactNativeWebPlugin() {
2121 } ;
2222}
2323
24- // TEMP (docs in progress): consume react-native-enriched-html from the local
25- // package source instead of the published npm build, so the docs can use
26- // features that are merged but not yet released.
2724function enrichedHtmlLocalSourcePlugin ( ) {
2825 const librarySource = path . resolve ( __dirname , '../src' ) ;
2926 return {
@@ -118,7 +115,6 @@ const config = {
118115
119116 plugins : [
120117 reactNativeWebPlugin ,
121- // TEMP (docs in progress): see the plugin definition above.
122118 enrichedHtmlLocalSourcePlugin ,
123119 function transpileTRexUiTheme ( ) {
124120 return {
Original file line number Diff line number Diff line change 44 "baseUrl" : " ." ,
55 "paths" : {
66 "@site/*" : [" ./*" ],
7- // TEMP (docs in progress): resolve react-native-enriched-html from the
8- // local package source. See more details in docusaurus.config.js file.
97 "react-native-enriched-html" : [" ../src/index.tsx" ],
108 },
119 },
You can’t perform that action at this time.
0 commit comments