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.
build:min
1 parent 5fad9ff commit c81d66aCopy full SHA for c81d66a
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "npm run clean && npm run build:min && npm run build:unmin",
8
- "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",
9
"build:unmin": "rollup --config --file dist/inline-style-parser.js",
10
"clean": "rm -rf dist",
11
"coveralls": "cat coverage/lcov.info | coveralls",
0 commit comments