i am new to web3.0 programming. i was making an app of crypto token creation. while i was running the application it was giving an error can't resolve './token.did.js' in '/home/name/ic-projects/token/src/declarations/token' i have imported the token as import { token } from "../../../declarations/token".i read some blogs at stackoverflow and tried doing changes in webpack.config.js, tsconfig.json but nothing really worked i am getting same error. here i am attaching screenshot of my code.
Asked
Active
Viewed 5 times