No source map files when running locally
thedimestar opened this issue · 3 comments
thedimestar commented
dremin commented
Hi @thedimestar! For a working source map, please try adding this to your webpack.config.js
before the return
statement:
if (isDev) {
config.devtool = 'inline-source-map';
}
Please let me know how this works for you. I'll get a PR up for this as well.
thedimestar commented
Hi Sam,
That works for me!
Cheers
…On Wed, Jan 17, 2024 at 6:46 AM Sam Johnson ***@***.***> wrote:
Hi @thedimestar <https://github.com/thedimestar>! For a working source
map, please try adding this to your webpack.config.js before the return
statement:
if (isDev) {
config.devtool = 'inline-source-map';
}
Please let me know how this works for you. I'll get a PR up for this as
well.
—
Reply to this email directly, view it on GitHub
<#472 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW7FOFGV6OZXQRIND4CGSNTYO3KINAVCNFSM6AAAAABB2WSFUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUGQYDGNZRHE>
.
You are receiving this because you were mentioned.Message ID:
<twilio-professional-services/flex-project-template/issues/472/1894403719@
github.com>