wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
148 stars 58 forks source link

fix(ui): update imports after package update and move to root #867

Closed lachieh closed 11 months ago

lachieh commented 11 months ago

Feature or Problem

After the svgr plugin got major version bump from dependabot, it broke the import style for svgs. This resolves the build by changing the import path.

NPM workspaces have also been causing issues, so this also moves the washboard up to the root and removes the use of NPM workspaces.

Related Issues

None

Release Information

next

Consumer Impact

Since the static assets were not rebuilt, this is not an issue for any current version of wash but it would have been a blocker for any contributions to the washboard ui.

Testing

Tested build both ui and wash builds locally and confirmed working.

connorsmith256 commented 11 months ago

@lachieh LGTM but need DCO :)