Skip to content

Commit

Permalink
chore: Add source-map-explorer. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 2, 2020
1 parent fca9657 commit 112f387
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 1 deletion.
138 changes: 138 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"css:build": "compile-less -d src -o lib/esm",
"css:build:dist": "compile-less -d src --combine dist/markdown-editor.css --rm-global",
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
"ts:build": "tsbb build --target react"
"ts:build": "tsbb build --target react",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,6 +56,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"source-map-explorer": "^2.4.2",
"tsbb": "^1.5.2"
},
"dependencies": {
Expand Down

0 comments on commit 112f387

Please sign in to comment.