Przeglądaj źródła

add some reposity

night-cherry 3 tygodni temu
rodzic
commit
34dcb63f2d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -10,7 +10,7 @@ module.exports={
     index:"./index.js",
     index:"./index.js",
   },
   },
   output:{
   output:{
-    filename:"bundle.js",
+    filename:"[name].js",
     path:path.resolve(__dirname,"./dist")
     path:path.resolve(__dirname,"./dist")
   },
   },
   resolve: {
   resolve: {