Rebuild theme dist (searchform fix + Sentry removal)
Compiled bundles for the SearchForm search-results fix and the Sentry/ GlitchTip removal. The SENTRY_RELEASE prelude is now gone from every chunk as expected.
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
try{let t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},e=(new t.Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="1f9e0b73-834e-4bdf-85c1-fc09d3859513",t._sentryDebugIdIdentifier="sentry-dbid-1f9e0b73-834e-4bdf-85c1-fc09d3859513")}catch(t){}("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"materio-10.3.6"};(self.webpackChunkmaterio_com=self.webpackChunkmaterio_com||[]).push([[634],{2218:(t,e,i)=>{i.r(e),i.d(e,{default:()=>p});var n=function(){var t=this,e=t._self._c;return e("div",{attrs:{id:"pricing"}},[t.products.length?t._l(t.products,(function(t){return e("Product",{key:t.uuid,attrs:{product:t}})})):e("div",{staticClass:"loading"},[e("span",[t._v(t._s(t.$t("default.Loading…")))])])],2)};n._withStripped=!0;var s=function(){var t=this,e=t._self._c;return e("article",{staticClass:"product"},[e("header",[e("h1",{domProps:{innerHTML:t._s(t.product.title)}})]),t._v(" "),e("section",{staticClass:"content"},[e("div",{staticClass:"description",domProps:{innerHTML:t._s(t.product.body)}})]),t._v(" "),t.isAdherent?t._e():e("aside",[t._l(t.product.variations,(function(i){return e("div",{key:i.id,staticClass:"variation"},[e("div",{staticClass:"variation-description",domProps:{innerHTML:t._s(i.description)}}),t._v(" "),e("div",{staticClass:"actions"},[e("button",{attrs:{type:"button",name:"addtocart"},on:{click:function(e){return e.stopPropagation(),t.checkaddtocart(e,i.id)}}},[t._v("\n "+t._s(t.$t("default."+t.variation_btn_txt[i.id]))+"\n ")])])])})),t._v(" "),8==t.product.id?e("div",[e("a",{staticClass:"btn",attrs:{href:"/pricing/multijoueur"}},[t._v("\n "+t._s(t.$t("default.Ask for a quote"))+"\n ")])]):t._e()],2)])};s._withStripped=!0;var o=i(3611),d=i(4651);const r={name:"Product",router:o.A,props:["product"],mixins:[d.A],data:()=>({quantity:1,variation_btn_txt:{6:"Yeees!",7:"Yay!",8:"Great!",9:"OKAY!"}}),created(){this.product}};var a=i(4486);const c=(0,a.A)(r,s,[],!1,null,"a02cf0fe",null).exports;var u=i(5353);const l={name:"Pricing",computed:{...(0,u.aH)({products:t=>t.Pages.products})},created(){this.products.length||this.getProducts()},methods:{...(0,u.i0)({getProducts:"Pages/getProducts"})},components:{Product:c}};const p=(0,a.A)(l,n,[],!1,null,"6c4e03c6",null).exports}}]);
|
||||
"use strict";(self.webpackChunkmaterio_com=self.webpackChunkmaterio_com||[]).push([[634],{2218:(t,s,r)=>{r.r(s),r.d(s,{default:()=>l});var i=function(){var t=this,s=t._self._c;return s("div",{attrs:{id:"pricing"}},[t.products.length?t._l(t.products,(function(t){return s("Product",{key:t.uuid,attrs:{product:t}})})):s("div",{staticClass:"loading"},[s("span",[t._v(t._s(t.$t("default.Loading…")))])])],2)};i._withStripped=!0;var a=function(){var t=this,s=t._self._c;return s("article",{staticClass:"product"},[s("header",[s("h1",{domProps:{innerHTML:t._s(t.product.title)}})]),t._v(" "),s("section",{staticClass:"content"},[s("div",{staticClass:"description",domProps:{innerHTML:t._s(t.product.body)}})]),t._v(" "),t.isAdherent?t._e():s("aside",[t._l(t.product.variations,(function(r){return s("div",{key:r.id,staticClass:"variation"},[s("div",{staticClass:"variation-description",domProps:{innerHTML:t._s(r.description)}}),t._v(" "),s("div",{staticClass:"actions"},[s("button",{attrs:{type:"button",name:"addtocart"},on:{click:function(s){return s.stopPropagation(),t.checkaddtocart(s,r.id)}}},[t._v("\n "+t._s(t.$t("default."+t.variation_btn_txt[r.id]))+"\n ")])])])})),t._v(" "),8==t.product.id?s("div",[s("a",{staticClass:"btn",attrs:{href:"/pricing/multijoueur"}},[t._v("\n "+t._s(t.$t("default.Ask for a quote"))+"\n ")])]):t._e()],2)])};a._withStripped=!0;var o=r(3611),e=r(4651);const n={name:"Product",router:o.A,props:["product"],mixins:[e.A],data:()=>({quantity:1,variation_btn_txt:{6:"Yeees!",7:"Yay!",8:"Great!",9:"OKAY!"}}),created(){this.product}};var c=r(4486);const d=(0,c.A)(n,a,[],!1,null,"a02cf0fe",null).exports;var u=r(5353);const p={name:"Pricing",computed:{...(0,u.aH)({products:t=>t.Pages.products})},created(){this.products.length||this.getProducts()},methods:{...(0,u.i0)({getProducts:"Pages/getProducts"})},components:{Product:d}};const l=(0,c.A)(p,i,[],!1,null,"6c4e03c6",null).exports}}]);
|
||||
//# sourceMappingURL=module-pricing.4bbb30943e8e2ecd7153.bundle.js.map
|
||||
Reference in New Issue
Block a user