File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/dll-app-and-vendor/1-app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ console.log(new square(7));
4040<html >
4141 <head ></head >
4242 <body >
43- <script src =" js/vendor.bundle .js" charset =" utf-8" ></script >
44- <script src =" js/app.bundle. js" charset =" utf-8" ></script >
43+ <script src =" ../0-vendor/ js/vendor.js" charset =" utf-8" ></script >
44+ <script src =" js/app.js" charset =" utf-8" ></script >
4545 </body >
4646</html >
4747```
Original file line number Diff line number Diff line change 11< html >
22 < head > </ head >
33 < body >
4- < script src ="js/vendor.bundle .js " charset ="utf-8 "> </ script >
5- < script src ="js/app.bundle. js " charset ="utf-8 "> </ script >
4+ < script src ="../0-vendor/ js/vendor.js " charset ="utf-8 "> </ script >
5+ < script src ="js/app.js " charset ="utf-8 "> </ script >
66 </ body >
77</ html >
You can’t perform that action at this time.
0 commit comments