We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dc02f commit c73314bCopy full SHA for c73314b
.gitignore
@@ -1,6 +1,5 @@
1
npm-debug.log
2
.idea
3
node_modules
4
-dist/
5
coverage/
6
-lib/
+lib/
package.json
@@ -10,6 +10,7 @@
10
"test": "karma start --single-run",
11
"test:watch": "karma start",
12
"lint": "eslint src test demo/src",
13
+ "prepare": "npm run build",
14
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
15
"build:lib": "rimraf lib && babel ./src -d lib",
16
"build:umd": "webpack src/index.js dist/react-html-parser.js --config webpack.config.development.js",
0 commit comments