bigcommerce / cornerstone

The BigCommerce Cornerstone theme
https://developer.bigcommerce.com/stencil-docs
286 stars 606 forks source link

fix(storefront): BCTHEME-1794 Fix warning when running Stencil CLI commands #2444

Closed bc-yevhenii-buliuk closed 6 months ago

bc-yevhenii-buliuk commented 6 months ago

What?

This PR adds temporary override rule to package.json to avoid warnings in terminal after stencil command run.

Tickets / Documentation

Screen Recording

before:

1794_warnings

after:

1794_fix
bc-vlad-dlogush commented 6 months ago

@bc-yevhenii-buliuk can you add a changelog?

bc-yevhenii-buliuk commented 6 months ago

@bc-yevhenii-buliuk can you add a changelog?

@bc-vlad-dlogush it's not necessary since I didn't change the code

bc-yevhenii-buliuk commented 6 months ago

It was decided to close this PR until the problem on the side of the babel-plugin-lodash package is solved. The workaround to get rid of the warnings is added in the Files changed tab of this PR.