Skip to content

Commit 324e9dd

Browse files
authored
Removed unused externals in webpack config
1 parent 4a13bb0 commit 324e9dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

{{cookiecutter.github_project_name}}/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const rules = [
44
{ test: /\.js$/, loader: 'source-map-loader' },
55
];
66

7-
// Packages that shouldn't be bundled but loaded at runtime
8-
const externals = ['@jupyter-widgets/base', 'three', 'jupyter-threejs'];
97
const version = require('./package.json').version;
108
const path = require('path');
119

0 commit comments

Comments
 (0)