Skip to content

Commit 29408ee

Browse files
authored
Merge pull request #288 from martinRenou/publicpath
Fix publicPath
2 parents 3a75b2b + 028a10a commit 29408ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = [
4242
filename: 'index.js',
4343
path: nbextensionDir,
4444
libraryTarget: 'amd',
45+
publicPath: '',
4546
},
4647
devtool: 'source-map',
4748
module: {

0 commit comments

Comments
 (0)