Building in Production -> put to the Server
give an error: Vuex handler functions must not be anonymous. Resolve: npm cache clean --force npm install npm i npm@latest -g
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import Vuex, { Store } from 'vuex'
|
||||
import Vue from 'vue'
|
||||
import {RootState} from '@store'
|
||||
import { getStoreBuilder } from 'vuex-typex'
|
||||
Vue.use(Vuex)
|
||||
|
||||
export const storeBuilder = getStoreBuilder<RootState>()
|
||||
|
||||
Reference in New Issue
Block a user