Added a wrapper Markdown Rendered to render BOTH Emojis and Mardown as HTML
This commit is contained in:
parent
916236db5d
commit
88fdde519d
17 changed files with 65 additions and 41 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import typescript from '@rollup/plugin-typescript';
|
||||
import {nodeResolve} from '@rollup/plugin-node-resolve';
|
||||
import commonjs from '@rollup/plugin-commonjs';
|
||||
import json from '@rollup/plugin-json';
|
||||
|
||||
const isProd = (process.env.BUILD === 'production');
|
||||
|
||||
|
|
@ -26,5 +27,6 @@ export default {
|
|||
typescript(),
|
||||
nodeResolve({browser: true}),
|
||||
commonjs(),
|
||||
json(),
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue