複数のエントリポイントから共通して利用されているベンダモジュールを外出し

This commit is contained in:
hina
2019-03-08 06:53:13 +09:00
parent e8438a78a1
commit 94c19235b6
4 changed files with 10 additions and 4 deletions

View File

@@ -217,7 +217,9 @@
</div>
</div>
@endguest
<script src="{{ mix('js/manifest.js') }}"></script>
<script src="{{ mix('js/vendor.js') }}"></script>
<script src="{{ mix('js/app.js') }}"></script>
@stack('script')
</body>
</html>
</html>