瀏覽代碼

Updated rollup input

justinformentin 3 年之前
父節點
當前提交
a90eb92c92
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: [