File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ NPM version] ( https://img.shields.io/npm/v/html-react-parser.svg )] ( https://www.npmjs.com/package/html-react-parser )
6
6
[ ![ Build Status] ( https://github.com/remarkablemark/html-react-parser/workflows/build/badge.svg?branch=master )] ( https://github.com/remarkablemark/html-react-parser/actions?query=workflow%3Abuild )
7
- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ remarkablemark/html-react-parser/badge.svg?branch=master )] ( https://coveralls .io/github /remarkablemark/html-react-parser?branch=master )
7
+ [ ![ codecov ] ( https://codecov .io/gh/ remarkablemark/html-react-parser/branch/master/graph/ badge.svg?token=wosFd1DBIR )] ( https://codecov .io/gh /remarkablemark/html-react-parser )
8
8
[ ![ Dependency status] ( https://david-dm.org/remarkablemark/html-react-parser.svg )] ( https://david-dm.org/remarkablemark/html-react-parser )
9
9
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/html-react-parser.svg?style=flat-square )] ( https://www.npmjs.com/package/html-react-parser )
10
10
[ ![ Discord] ( https://img.shields.io/discord/422421589582282752.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/njExwXdrRJ )
@@ -477,8 +477,8 @@ Then update your Webpack config to:
477
477
module.exports = {
478
478
// ...
479
479
resolve: {
480
- mainFields: ['browser', 'main', 'module'],
481
- },
480
+ mainFields: ['browser', 'main', 'module']
481
+ }
482
482
};
483
483
```
484
484
You can’t perform that action at this time.
0 commit comments