There was an error while loading. Please reload this page.
1 parent 4a9ffd8 commit aadfe36Copy full SHA for aadfe36
2 files changed
examples/dll-app-and-vendor/1-app/README.md
@@ -40,8 +40,8 @@ console.log(new square(7));
40
<html>
41
<head></head>
42
<body>
43
- <script src="js/vendor.bundle.js" charset="utf-8"></script>
44
- <script src="js/app.bundle.js" charset="utf-8"></script>
+ <script src="../0-vendor/js/vendor.js" charset="utf-8"></script>
+ <script src="js/app.js" charset="utf-8"></script>
45
</body>
46
</html>
47
```
examples/dll-app-and-vendor/1-app/example.html
@@ -1,7 +1,7 @@
1
2
3
4
5
6
7
0 commit comments