Open chakraborty-slx opened 4 years ago
I am try to use webpack for bundling the extension but , there is a problem
ERR Cannot find module '/home/chakraborty/test/test-vscode/packages/test-function-graph/build/asset-manifest.json': Error: Cannot find module '/home/chakraborty/test/test-vscode/packages/test-function-graph/build/asset-manifest.json' at webpackEmptyContext (/home/chakraborty/test/test-vscode/packages/test-function-graph/build/ext-src/extension.js:7369:10)
I am facing same issue, any update on how we can use webpack? @chakraborty-slx , were you able to solve this issue?
@giakas try this repo https://github.com/shinhwagk/vscode-note
I am try to use webpack for bundling the extension but , there is a problem