We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a13bb0 commit 324e9ddCopy full SHA for 324e9dd
{{cookiecutter.github_project_name}}/webpack.config.js
@@ -4,8 +4,6 @@ const rules = [
4
{ test: /\.js$/, loader: 'source-map-loader' },
5
];
6
7
-// Packages that shouldn't be bundled but loaded at runtime
8
-const externals = ['@jupyter-widgets/base', 'three', 'jupyter-threejs'];
9
const version = require('./package.json').version;
10
const path = require('path');
11
0 commit comments