refactor: migrate autorefresh feature to the new architecture

Bug: twpowertools:176
Change-Id: If000d8617e9a4d66bdc7f91c1037867a4cb9fbf2
diff --git a/webpack.config.js b/webpack.config.js
index a2d0389..06e0b77 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -41,7 +41,7 @@
   let entry = {
     // Content scripts
     communityConsoleMain: './src/platforms/communityConsole/entryPoints/main.ts',
-    communityConsoleStart: './src/contentScripts/communityConsole/start.js',
+    communityConsoleStart: './src/platforms/communityConsole/entryPoints/start.ts',
     publicForum: './src/contentScripts/publicForum.js',
     publicThread: './src/contentScripts/publicThread.js',
     publicThreadStart: './src/contentScripts/publicThreadStart.js',