Hi, I'm developing an LWC component where I want something to automate when I save my .js file not for all .js files. My .js file comes under the lwc/componentFolders/ folder and only for those .js files I want to automate.
My Project Structure:
+---force-app
| \---main
| \---default
| +---applications
| +---aura
| +---classes
| +---contentassets
| +---flexipages
| +---layouts
| +---lwc
| | +---testCmp1
| | | testCmp1.html
| | | testCmp1.js <-------( automation needed for this type of _.js_ files )
| | | testCmp1.js-meta.xml
| | |
| | +---testCmp2
| | testCmp2.html
| | testCmp2.js <-------( automation needed for this type of _.js_ files )
| | testCmp2.js-meta.xml
| |
Hi, I'm developing an LWC component where I want something to automate when I save my .js file not for all .js files. My .js file comes under the lwc/componentFolders/ folder and only for those .js files I want to automate.
My Project Structure:
Please help me with the match string.