Browse Source

Updated rollup input

justinformentin 3 năm trước cách đây
mục cha
commit
a90eb92c92
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: [