Skip to content

Commit

Permalink
feat: add settlements microfrontend (#3)
Browse files Browse the repository at this point in the history
* feat: add settlements microfrontend poc

* chore: cleanup

* chore: fix docs

* chore: fix

* chore: fix eslint bug

* chore: update

* chore: change

* chore: remove file

* chore: misc fixes

* chore: fix menus and sagas

* chore: rename props

* chore: comments

* chore: ignore and deps

* chore: conditional fix

* chore: yolo integration tests

* chore: trigger ci

* chore: check in package-lock

* chore: regen package-lock

* Delete report.html

* chore: add webpack option to keep classnames

* chore: clean up manifests

* chore: cleanup

* chore: remove wso2 step

* chore: disable tmate case

* chore: change

* chore: bump testcafe

* chore: move wait calls
  • Loading branch information
kleyow authored Nov 17, 2021
1 parent 6990234 commit ddd5b6b
Show file tree
Hide file tree
Showing 148 changed files with 31,289 additions and 11 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [ "@babel/env","@babel/preset-react", "@babel/preset-typescript"],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"syntax-async-functions",
"@babel/plugin-transform-runtime"
]
}
Loading

0 comments on commit ddd5b6b

Please sign in to comment.