Skip to content

Commit

Permalink
#5597 update beakerx for nbviewer extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Aug 9, 2017
1 parent 0c36b57 commit a5205c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beakerx/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakerx",
"version": "0.0.1",
"version": "0.0.4",
"description": "Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.js",
Expand Down
6 changes: 1 addition & 5 deletions beakerx/js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ module.exports = [
output: {
filename: 'index.js',
path: path.resolve(__dirname, './dist/'),
library: 'beakerx',
libraryTarget: 'amd',
publicPath: 'https://unpkg.com/beakerx@' + version + '/dist/'
},
Expand All @@ -143,10 +142,7 @@ module.exports = [
modules: ['web_modules', 'node_modules'],
extensions: ['.jsx','.js','.less','.css']
},
externals: ['jupyter-js-widgets'],
watchOptions: {
ignored: /node_modules/
},
externals: ['jupyter-js-widgets', '@jupyter-widgets/base'],
plugins: plugins
}
];

0 comments on commit a5205c6

Please sign in to comment.