Skip to content

Commit

Permalink
remove write to disk
Browse files Browse the repository at this point in the history
add changelog
  • Loading branch information
fschade committed Dec 8, 2020
1 parent aa9d166 commit ecc99fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/fix-nav-item-state
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Copy dynamicNavItems state

The dynamicNavItems state in ADD_NAV_ITEM mutation now gets copied instead of referenced to trigger a state change.

https://github.com/owncloud/ocis/issues/1031
https://github.com/owncloud/phoenix/pull/4430
1 change: 0 additions & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = merge(common, {
symlinks: false
},
devServer: {
writeToDisk: true,
contentBase: path.resolve(__dirname),
historyApiFallback: true,
publicPath: '/',
Expand Down

0 comments on commit ecc99fe

Please sign in to comment.