linkedup icon indicating copy to clipboard operation
linkedup copied to clipboard

Update: import path of webpack

Open sakanosita opened this issue 3 years ago • 2 comments

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.

sakanosita avatar Aug 15 '21 07:08 sakanosita

Umm, npm run build was successful, though. The page cannot show correctly.

sakanosita avatar Aug 15 '21 13:08 sakanosita

Umm, npm run build was successful, though. The page cannot show correctly.

how to fix this problem, please give me a solution, thank you.

0xbeekeeper avatar Sep 03 '21 03:09 0xbeekeeper