Skip to content

Commit

Permalink
build(package): update build:min to generate sourcemap (external)
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 19, 2019
1 parent 5fad9ff commit c81d66a
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production rollup --config --output.file dist/inline-style-parser.min.js",
"build:min": "NODE_ENV=production rollup --config --output.file dist/inline-style-parser.min.js --sourcemap",
"build:unmin": "rollup --config --file dist/inline-style-parser.js",
"clean": "rm -rf dist",
"coveralls": "cat coverage/lcov.info | coveralls",
Expand Down

0 comments on commit c81d66a

Please sign in to comment.