Skip to content

Commit

Permalink
Fix umd browser build
Browse files Browse the repository at this point in the history
Closes GH-506.
Closes GH-510.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
doveccl committed Nov 19, 2020
1 parent 6e38dd3 commit 3d363e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
input: '.',
output: {
file: './react-markdown.min.js',
format: 'cjs',
format: 'umd',
name: 'ReactMarkdown',
exports: 'default',
plugins: [
Expand Down

0 comments on commit 3d363e9

Please sign in to comment.