Skip to content

Commit 3d363e9

Browse files
authored
Fix umd browser build
Closes GH-506. Closes GH-510. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 6e38dd3 commit 3d363e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
input: '.',
1010
output: {
1111
file: './react-markdown.min.js',
12-
format: 'cjs',
12+
format: 'umd',
1313
name: 'ReactMarkdown',
1414
exports: 'default',
1515
plugins: [

0 commit comments

Comments
 (0)