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], {
1313 output : {
1414 // Add version argument when in production so the Jupyter server
1515 // 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]' ,
1717 } ,
1818 optimization : {
19- minimize : false
19+ minimize : false ,
2020 } ,
2121 plugins : [
2222 new WPPlugin . JSONLicenseWebpackPlugin ( {
23- excludedPackageTest : packageName =>
24- packageName === '@jupyterlab/application-top'
25- } )
26- ]
23+ excludedPackageTest : ( packageName ) =>
24+ packageName === '@jupyter-notebook/app' ,
25+ } ) ,
26+ ] ,
2727} ) ;
2828
2929module . exports = config ;
You can’t perform that action at this time.
0 commit comments