pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 40 forks source link

Can't compile the extension Error: Cannot find module 'node-extension.webpack.config.js' #84

Closed mameen closed 3 years ago

mameen commented 3 years ago

is the file 'node-extension.webpack.config.js' missing? Here is what I did

npm install
npm run compile
mameen commented 3 years ago

I got around this by using vsce instead of webpack in my fork! https://github.com/mameen/vscode-journal/commit/51467d01593a9ad802a8f23bcc5d787cc2f5f750

pajoma commented 3 years ago

Yes, I removed webpack completely, not worth the effort.