소스 검색

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",