night-cherry před 3 týdny
rodič
revize
2576b86217
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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",