Skip to content Skip to sidebar Skip to footer
Showing posts with the label Babel Loader

Webpack - Include File Multiple Times

I want to include a file twice through two different loaders. The reasoning is I want to display co… Read more Webpack - Include File Multiple Times

Transpiling Array.prototype.flat Away With @babel?

I inadvertently introduced a backwards compatibility issue in my React app by using Array.prototype… Read more Transpiling Array.prototype.flat Away With @babel?