linkedup
linkedup copied to clipboard
Update: import path of webpack
This PR will fix the build error of frontend. https://github.com/dfinity/linkedup/issues/66
Module not found: Error: Can't resolve 'ic:canisters/linkedup_assets'
Because there's no linkedup.js
but linkedup.did.js
.
$ ls .dfx/local/canisters/linkedup
index.js linkedup.did linkedup.did.d.ts linkedup.did.js linkedup.wasm
After I changed the path, npm run build
was successful.
Umm, npm run build was successful, though. The page cannot show correctly.
Umm, npm run build was successful, though. The page cannot show correctly.
how to fix this problem, please give me a solution, thank you.