Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 15, 2024
1 parent 6352b0a commit e1732b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/voila/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ const distRoot = path.resolve(

const shared = {};
for (const dependency of Object.keys(data.dependencies)) {
if (['@jupyter-widgets/base7', '@jupyter-widgets/controls7'].includes(dependency)) {
if (
['@jupyter-widgets/base7', '@jupyter-widgets/controls7'].includes(
dependency
)
) {
continue;
}

Expand Down

0 comments on commit e1732b0

Please sign in to comment.