Skip to content

Commit

Permalink
update export for RemarkPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
darshkpatel committed Aug 24, 2020
1 parent 4f6ccad commit 6e2a698
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/core/RemarkPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function htmlForCodeBlock(code) {
* }
* ```
*/
function SnackPlayer() {
export function SnackPlayer() {
return tree =>
new Promise(async (resolve, reject) => {
const nodesToChange = [];
Expand Down Expand Up @@ -119,8 +119,6 @@ function SnackPlayer() {
});
}

function ReactNativeWebPlayer() {
export function ReactNativeWebPlayer() {
return function transformer(tree, file) {};
}

module.exports = {ReactNativeWebPlayer, SnackPlayer};

0 comments on commit 6e2a698

Please sign in to comment.