浏览代码

connect to tomcat

night-cherry 7 月之前
父节点
当前提交
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={
 module.exports={
   entry:{
   entry:{
     index:"./index.js",
     index:"./index.js",
+    sample:"./utils/sample.js",
   },
   },
   output:{
   output:{
     filename:"[name].js",
     filename:"[name].js",