pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mameen opened this issue · comments

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

npm install
npm run compile

I got around this by using vsce instead of webpack in my fork!
mameen@51467d0

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