JC Brand 3 лет назад
Родитель
Сommit
0c02fbe4cf
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      webpack/webpack.serve.js

+ 3 - 0
webpack/webpack.serve.js

@@ -6,6 +6,9 @@ const path = require("path");
 
 module.exports = merge(common, {
     mode: "development",
+    entry: {
+        "converse": path.resolve(__dirname, "../src/entry.js"),
+    },
     devtool: "inline-source-map",
     devServer: {
         static: [ path.resolve(__dirname, '../') ],