Skip to content
Snippets Groups Projects
Commit 4faf5115 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Enable Vuex strict mode in dev

parent ba2a1717
No related branches found
No related tags found
1 merge request!570Enable Vuex strict mode in dev
......@@ -101,7 +101,8 @@ const store = new Store({
state: initialState(),
mutations,
actions,
modules: loadModules()
modules: loadModules(),
strict: process.env.NODE_ENV === 'development'
})
export default store
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment