mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-07-24 15:25:22 -04:00
Fix dropdown and npm run production
This commit is contained in:
parent
934a34f004
commit
e6cc674ee8
11 changed files with 58 additions and 69780 deletions
92
public/js/app.js
vendored
92
public/js/app.js
vendored
|
@ -1,91 +1 @@
|
|||
(self["webpackChunk"] = self["webpackChunk"] || []).push([["/js/app"],{
|
||||
|
||||
/***/ "./resources/js/app.js":
|
||||
/*!*****************************!*\
|
||||
!*** ./resources/js/app.js ***!
|
||||
\*****************************/
|
||||
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
||||
|
||||
__webpack_require__(/*! ./bootstrap */ "./resources/js/bootstrap.js");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/js/bootstrap.js":
|
||||
/*!***********************************!*\
|
||||
!*** ./resources/js/bootstrap.js ***!
|
||||
\***********************************/
|
||||
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
||||
|
||||
window._ = __webpack_require__(/*! lodash */ "./node_modules/lodash/lodash.js");
|
||||
/**
|
||||
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
|
||||
* for JavaScript based Bootstrap features such as modals and tabs. This
|
||||
* code may be modified to fit the specific needs of your application.
|
||||
*/
|
||||
|
||||
try {
|
||||
window.Popper = __webpack_require__(/*! popper.js */ "./node_modules/popper.js/dist/esm/popper.js").default;
|
||||
window.$ = window.jQuery = __webpack_require__(/*! jquery */ "./node_modules/jquery/dist/jquery.js");
|
||||
|
||||
__webpack_require__(/*! bootstrap */ "./node_modules/bootstrap/dist/js/bootstrap.js");
|
||||
} catch (e) {}
|
||||
/**
|
||||
* We'll load the axios HTTP library which allows us to easily issue requests
|
||||
* to our Laravel back-end. This library automatically handles sending the
|
||||
* CSRF token as a header based on the value of the "XSRF" token cookie.
|
||||
*/
|
||||
|
||||
|
||||
window.axios = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
/**
|
||||
* Echo exposes an expressive API for subscribing to channels and listening
|
||||
* for events that are broadcast by Laravel. Echo and event broadcasting
|
||||
* allows your team to easily build robust real-time web applications.
|
||||
*/
|
||||
// import Echo from 'laravel-echo';
|
||||
// window.Pusher = require('pusher-js');
|
||||
// window.Echo = new Echo({
|
||||
// broadcaster: 'pusher',
|
||||
// key: process.env.MIX_PUSHER_APP_KEY,
|
||||
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
|
||||
// forceTLS: true
|
||||
// });
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/sass/app_light.scss":
|
||||
/*!***************************************!*\
|
||||
!*** ./resources/sass/app_light.scss ***!
|
||||
\***************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/sass/app_dark.scss":
|
||||
/*!**************************************!*\
|
||||
!*** ./resources/sass/app_dark.scss ***!
|
||||
\**************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
},
|
||||
/******/ __webpack_require__ => { // webpackRuntimeModules
|
||||
/******/ "use strict";
|
||||
/******/
|
||||
/******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
||||
/******/ __webpack_require__.O(0, ["css/app_dark","css/app_light","/js/vendor"], () => (__webpack_exec__("./resources/js/app.js"), __webpack_exec__("./resources/sass/app_light.scss"), __webpack_exec__("./resources/sass/app_dark.scss")));
|
||||
/******/ var __webpack_exports__ = __webpack_require__.O();
|
||||
/******/ }
|
||||
]);
|
||||
(self.webpackChunk=self.webpackChunk||[]).push([[773],{80:(e,s,t)=>{t(689)},689:(e,s,t)=>{window._=t(486),window.axios=t(669),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest"},400:()=>{},499:()=>{}},e=>{"use strict";var s=s=>e(e.s=s);e.O(0,[237,945,898],(()=>(s(80),s(400),s(499))));e.O()}]);
|
Loading…
Add table
Add a link
Reference in a new issue