File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ config[0] = merge(config[0], {
13
13
output : {
14
14
// Add version argument when in production so the Jupyter server
15
15
// allows caching of files (i.e., does not set the CacheControl header to no-cache to prevent caching static files)
16
- filename : '[name].[contenthash].js?v=[contenthash]'
16
+ filename : '[name].[contenthash].js?v=[contenthash]' ,
17
17
} ,
18
18
optimization : {
19
- minimize : false
19
+ minimize : false ,
20
20
} ,
21
21
plugins : [
22
22
new WPPlugin . JSONLicenseWebpackPlugin ( {
23
- excludedPackageTest : packageName =>
24
- packageName === '@jupyterlab/application-top'
25
- } )
26
- ]
23
+ excludedPackageTest : ( packageName ) =>
24
+ packageName === '@jupyter-notebook/app' ,
25
+ } ) ,
26
+ ] ,
27
27
} ) ;
28
28
29
29
module . exports = config ;
You can’t perform that action at this time.
0 commit comments