Peter Rusznak I'm just about done with the changes, but am getting this error when deploying:
Module build failed: UnhandledSchemeError: Reading from "ic:canisters/beta_crud" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "ic:" URIs.
Seems to be coming from this in Display.js and Create.js:
import crud from 'ic:canisters/crud';
Any ideas?