mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
build: Don't output sourcemaps
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
"umd:main": "dist/color-thief.umd.js",
|
"umd:main": "dist/color-thief.umd.js",
|
||||||
"amdName": "ColorThief",
|
"amdName": "ColorThief",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "microbundle; node ./build/build.js",
|
"build": "microbundle --no-sourcemap; node ./build/build.js",
|
||||||
"watch": "microbundle watch",
|
"watch": "microbundle watch --no-sourcemap",
|
||||||
"dev": " ./node_modules/http-server/bin/http-server",
|
"dev": " ./node_modules/http-server/bin/http-server",
|
||||||
"test": "mocha; ./node_modules/.bin/cypress run --config video=false",
|
"test": "mocha; ./node_modules/.bin/cypress run --config video=false",
|
||||||
"test:browser": "./node_modules/.bin/cypress open",
|
"test:browser": "./node_modules/.bin/cypress open",
|
||||||
|
|||||||
Reference in New Issue
Block a user