source: frontend/node_modules/immer/src/plugins/all.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 196 bytes
Line 
1import {enableES5} from "./es5"
2import {enableMapSet} from "./mapset"
3import {enablePatches} from "./patches"
4
5export function enableAllPlugins() {
6 enableES5()
7 enableMapSet()
8 enablePatches()
9}
Note: See TracBrowser for help on using the repository browser.