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 9c38c20 commit d4b897cCopy full SHA for d4b897c
js/.npmignore
@@ -0,0 +1,4 @@
1
+scripts
2
+webpack.config.js
3
+lab-dist
4
+.eslintrc.js
js/webpack.config.js
@@ -39,7 +39,6 @@ module.exports = [
39
library: "jupyter-threejs",
40
libraryTarget: 'amd'
41
},
42
- devtool: 'source-map',
43
externals: ['@jupyter-widgets/base'],
44
resolve: {
45
extensions: [ ".autogen.js", ".js" ]
0 commit comments