瀏覽代碼

connect to tomcat

night-cherry 3 周之前
父節點
當前提交
2576b86217
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      webpack.config.js

+ 1 - 0
webpack.config.js

@@ -10,6 +10,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 module.exports={
   entry:{
     index:"./index.js",
+    sample:"./utils/sample.js",
   },
   output:{
     filename:"[name].js",