Stoppped building sourcemaps for (ES6) transpiled CSX library, because it was being incorrectly used by subsequent steps. Resulting in bad source maps in the end-results
This commit is contained in:
parent
651a96a227
commit
6e3fdaa718
@ -33,8 +33,8 @@
|
|||||||
"watch": "npm-run-all -p watch-cjs watch-es6",
|
"watch": "npm-run-all -p watch-cjs watch-es6",
|
||||||
"build-cjs": "rollup -c",
|
"build-cjs": "rollup -c",
|
||||||
"watch-cjs": "rollup -c -w",
|
"watch-cjs": "rollup -c -w",
|
||||||
"build-es6": "npx babel ./src --out-dir=lib --source-maps",
|
"build-es6": "npx babel ./src --out-dir=lib",
|
||||||
"watch-es6": "npx babel ./src --out-dir=lib --source-maps -w",
|
"watch-es6": "npx babel ./src --out-dir=lib -w",
|
||||||
"npm-publish": "npm run build && npm publish --registry https://npm.cerxes.net"
|
"npm-publish": "npm run build && npm publish --registry https://npm.cerxes.net"
|
||||||
},
|
},
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user