Skip to content

Commit c81d66a

Browse files
build(package): update build:min to generate sourcemap (external)
1 parent 5fad9ff commit c81d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"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",
8+
"build:min": "NODE_ENV=production rollup --config --output.file dist/inline-style-parser.min.js --sourcemap",
99
"build:unmin": "rollup --config --file dist/inline-style-parser.js",
1010
"clean": "rm -rf dist",
1111
"coveralls": "cat coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)