Skip to content

Commit fa869a4

Browse files
committed
Fix script locations
1 parent 19765c3 commit fa869a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

js/webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = [
1717
},
1818
{
1919
// jupyter-threejs bundle for the notebook
20-
entry: ['./amd-public-path.js', './lib/index.js'],
20+
entry: ['./amd-public-path.js', './src/index.js'],
2121
output: {
2222
filename: 'index.js',
2323
path: path.resolve(__dirname, '..', 'pythreejs', 'static'),
@@ -33,7 +33,7 @@ module.exports = [
3333
},
3434
{
3535
// embeddable jupyter-threejs bundle (e.g. for docs)
36-
entry: ['./amd-public-path.js', './lib/index.js'],
36+
entry: ['./amd-public-path.js', './src/index.js'],
3737
output: {
3838
filename: 'index.js',
3939
path: path.resolve(__dirname, 'dist'),

0 commit comments

Comments
 (0)