mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:02:25 -05:00
[frontend] change bundler to skulk (#942)
* replace web bundler with skulk * upgrade skulk * add license
This commit is contained in:
parent
f81f1e7d0f
commit
c4c713988a
13 changed files with 897 additions and 2161 deletions
|
|
@ -42,6 +42,7 @@ const combinedReducers = combineReducers({
|
|||
const persistedReducer = persistReducer(persistConfig, combinedReducers);
|
||||
const composedEnhancer = composeWithDevTools(applyMiddleware(thunk));
|
||||
|
||||
// TODO: change to configureStore
|
||||
const store = createStore(persistedReducer, composedEnhancer);
|
||||
const persistor = persistStore(store);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue