Skip to content

Commit 76ab487

Browse files
Merge pull request #66 from SylvainCorlay/update-jupyterlab
Update nbwidgets and extension builder versions
2 parents 47aa2ef + 3846b23 commit 76ab487

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
},
1616
"devDependencies": {
1717
"json-loader": "^0.5.4",
18-
"@jupyterlab/extension-builder": "^0.7.0",
18+
"@jupyterlab/extension-builder": "^0.8.1",
1919
"rimraf": "^2.4.1",
2020
"webpack": "^1.12.14"
2121
},
2222
"dependencies": {
2323
"jquery": "^2.1.4",
2424
"jupyter-js-widgets": "^2.0.4",
25-
"jupyterlab" : "^0.7.0",
26-
"@jupyterlab/nbwidgets": "^0.4.0",
25+
"@jupyterlab/nbwidgets": "^0.5.0",
2726
"three": "^0.75.0",
2827
"underscore": "^1.8.3"
2928
}

js/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ buildExtension({
88
name: 'jupyter-threejs',
99
entry: './src/labplugin',
1010
outputDir: '../pythreejs/staticlab',
11+
useDefaultLoaders: false,
1112
config: {
1213
module: {
13-
loaders: []
14+
loaders: loaders
1415
}
1516
}
1617
});

0 commit comments

Comments
 (0)