Sfoglia il codice sorgente

Improve xterm webpack handling

Steven Silvester 8 anni fa
parent
commit
fce48403e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jupyterlab/webpack.config.js

+ 1 - 1
jupyterlab/webpack.config.js

@@ -31,7 +31,7 @@ buildExtension({
       publicPath: 'lab/'
     },
     module: {
-      noParse: [/xterm/]  // Xterm ships a UMD module
+      noParse: [/xterm\.js/]  // Xterm ships a UMD module
     }
   }
 });