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.
2 parents 6b2e7b0 + b0ff948 commit dd8409fCopy full SHA for dd8409f
package.json
@@ -34,7 +34,7 @@
34
"scripts": {
35
"build": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension",
36
"build:lib": "tsc",
37
- "build:nbextension": "webpack",
+ "build:nbextension": "webpack --no-devtool",
38
"build:labextension": "jupyter labextension build .",
39
"build:extensions": "yarn run build && yarn run build:labextension",
40
"clean": "yarn run clean:lib && yarn run clean:nbextension && yarn run clean:labextension",
0 commit comments