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.
1 parent 7cf46d8 commit 490a444Copy full SHA for 490a444
package.json
@@ -34,7 +34,7 @@
34
"lit-element": "^2.2.1"
35
},
36
"scripts": {
37
- "build": "rimraf dist && tsc && tsc -m esnext --outDir dist/esm",
+ "build": "rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false",
38
"lint": "eslint src/**/*.ts",
39
"prepare": "npm run build",
40
"storybook": "start-storybook -p 6006",
0 commit comments