Explorar o código

connect to tomcat

night-cherry hai 3 semanas
pai
achega
2576b86217
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",