Join Slack
Powered by
Hi, is it possible to see the JS generated before ...
# javascript
a
Ayfri
05/06/2022, 7:51 PM
Hi, is it possible to see the JS generated before adding kotlin stdlib and optimizing the code (or even before bundling the files) ?
j
Jonathan Ellis
05/06/2022, 9:26 PM
Not sure, the closest I've gotten is adding
Copy code
devtool = "inline-cheap-module-source-map"
to runTask which will leave the code readable instead of a mess of eval()s
5
Views
Open in Slack
Previous
Next