ColdBox / vscode-coldbox

VSCode support for ColdBox
MIT License
6 stars 4 forks source link

Switch to Webpack #24

Closed rodriciru closed 1 year ago

rodriciru commented 1 year ago

I try to update this extension to use webpack instead of current build. Advantages are:

Also, I update dependencies, remove unused imports and remove unused VS Code Test Task

*NOTE: This PR invalidates this PR (https://github.com/ColdBox/vscode-coldbox/pull/23) because now, Webpack and some babel plugins can handle lodash and make it slim by changing the imports.

But if we don't want Webpack, my old PR is still valid

lmajano commented 1 year ago

Wow. This is great. Thanks so much. I am back in office Monday. I will revise it then.

lmajano commented 1 year ago

Reviewed, please review the questions. Thanks

lmajano commented 1 year ago

Thanks so much for assisting. Love it

rodriciru commented 1 year ago

My pleasure