diff webpack-dev.config.ts @ 3:a7ba8627a7b6

still trying to make imports work. add other files too
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:09:15 -0800
parents a9bc14e22e36
children a668a774b162
line wrap: on
line diff
--- a/webpack-dev.config.ts	Tue Dec 03 21:48:36 2019 -0800
+++ b/webpack-dev.config.ts	Wed Dec 04 00:09:15 2019 -0800
@@ -5,6 +5,8 @@
     mode: "development",
     entry: [
         './src/streamed-graph.ts',
+        './src/streamed_graph_client.ts',
+        
         './src/streamed-graph.css'   // doesn't emit anything
     ],
     output: {