Skip to content

Commit

Permalink
fix: Remove inline source map from build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan DiMascio committed Jul 18, 2020
1 parent f2afcce commit 9390ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cover:node": "nyc --no-clean npm run test:node",
"cover:browser": "nyc npm run test:browser",
"cover:report": "nyc report --reporter=text-lcov | coveralls",
"build": "babel --plugins '@babel/plugin-transform-modules-umd' src/index.js --out-file ./dist/index.js --no-comments"
"build": "babel --plugins '@babel/plugin-transform-modules-umd' src/index.js --out-file ./dist/index.js --no-comments --source-maps"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 9390ab4

Please sign in to comment.