1.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[1],{
  2. /***/ "./resources/js/bootstrap.js":
  3. /*!***********************************!*\
  4. !*** ./resources/js/bootstrap.js ***!
  5. \***********************************/
  6. /*! no static exports found */
  7. /*! all exports used */
  8. /***/ (function(module, exports, __webpack_require__) {
  9. window._ = __webpack_require__(/*! lodash */ "./node_modules/lodash/lodash.js");
  10. /**
  11. * We'll load the axios HTTP library which allows us to easily issue requests
  12. * to our Laravel back-end. This library automatically handles sending the
  13. * CSRF token as a header based on the value of the "XSRF" token cookie.
  14. */
  15. window.axios = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
  16. window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
  17. /**
  18. * Echo exposes an expressive API for subscribing to channels and listening
  19. * for events that are broadcast by Laravel. Echo and event broadcasting
  20. * allows your team to easily build robust real-time web applications.
  21. */
  22. // import Echo from 'laravel-echo';
  23. // window.Pusher = require('pusher-js');
  24. // window.Echo = new Echo({
  25. // broadcaster: 'pusher',
  26. // key: process.env.MIX_PUSHER_APP_KEY,
  27. // cluster: process.env.MIX_PUSHER_APP_CLUSTER,
  28. // forceTLS: true
  29. // });
  30. /***/ })
  31. }]);