You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app-errors.js:9 Uncaught main: Application 'main' died in status LOADING_SOURCE_CODE: t.isBuffer is not a function
at y (<anonymous>:1:2232)
at f (<anonymous>:1:3275)
at Object.<anonymous> (<anonymous>:1:928)
at Object.r (<anonymous>:1:375)
at Object.emit (<anonymous>:1:694)
at devtoolPlugin (http://localhost:8080/app.js:12740:15)
at new Store (http://localhost:8080/app.js:13042:5)
at Module../src/store.js (http://localhost:8080/app.js:15034:64)
at __webpack_require__ (http://localhost:8080/app.js:737:30)
at fn (http://localhost:8080/app.js:111:20)
import "./set-public-path";
import Vue from "vue";
import App from "./App.vue";
import router from "./router";
import singleSpaVue from "single-spa-vue";
import store from "./store";
Vue.config.productionTip = false;
const vueLifecycles = singleSpaVue({
Vue,
appOptions: {
render: h => h(App),
router,
store
}
});
export const bootstrap = vueLifecycles.bootstrap;
export const mount = vueLifecycles.mount;
export const unmount = vueLifecycles.unmount;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: