Skip to content

Commit 8276256

Browse files
committed
Remove doc bundle
We never use this
1 parent c534a65 commit 8276256

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

webpack.config.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,5 @@ module.exports = [
6868
},
6969
externals,
7070
resolve
71-
},
72-
73-
/**
74-
* Documentation widget bundle
75-
*
76-
* This bundle is used to embed widgets in the package documentation.
77-
*/
78-
{
79-
entry: './src/index.ts',
80-
output: {
81-
filename: 'embed-bundle.js',
82-
path: path.resolve(__dirname, 'docs', 'source', '_static'),
83-
library: 'ipycanvas',
84-
libraryTarget: 'amd'
85-
},
86-
module: {
87-
rules: rules
88-
},
89-
devtool: 'source-map',
90-
externals,
91-
resolve
9271
}
9372
];

0 commit comments

Comments
 (0)