You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
Hello, I am working on a project that uses brrl-cli and I can't seem to generate a soure-map files. For some reason, my code during development mode works like a charm and during production it throws unexpected errors. I tried including source-maps but they're not there when I check the website on Shopify.
Hello, I am working on a project that uses brrl-cli and I can't seem to generate a soure-map files. For some reason, my code during development mode works like a charm and during production it throws unexpected errors. I tried including source-maps but they're not there when I check the website on Shopify.
devtools: isProduction ? 'source-map' : 'inline-source-map',
I've tried other type of source-maps but it still fails.
Thanks a lot!
The text was updated successfully, but these errors were encountered: