Skip to content

Commit

Permalink
Merge pull request #191 from martinRenou/fix_embed_bundle
Browse files Browse the repository at this point in the history
Fix embedded bundle
  • Loading branch information
martinRenou authored Feb 28, 2020
2 parents 238246d + de076bf commit a27c514
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions js/src/embed.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

// Export widget models and views, and the npm package version number.
export * from './toolbar_widget.js';
export * from './mpl_widget.js';
export { version } from '../package.json';

2 changes: 1 addition & 1 deletion js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = [
// The target bundle is always `dist/index.js`, which is the path required
// by the custom widget embedder.
//
entry: './src/embed.js',
entry: './src/index.js',
output: {
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
Expand Down

0 comments on commit a27c514

Please sign in to comment.