Browse Source

Updated rollup input

justinformentin 3 years ago
parent
commit
a90eb92c92
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rollup.config.js

+ 2 - 2
rollup.config.js

@@ -8,10 +8,10 @@ const onwarn = function(warning) {
 
 export const config = [
   {
-    input: "./lib/src/elements/chat-room/chat-room.js",
+    input: "./lib/src/chat-room/chat-room.js",
     output: {
       name: "main",
-      file: "dist/index.js",
+      file: "public/index.js",
       format: "umd",
     },
     plugins: [