Skip to content

Commit 3ebccf9

Browse files
committed
refactor: remove comments
1 parent 23c2ced commit 3ebccf9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

docs/docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
2724
function 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 {

docs/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
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
},

0 commit comments

Comments
 (0)