Relative Content

Tag Archive for node.jswebpackbabeljswebpack-5babel-loader

webpack 5 with babel not transpiling to node 0.12 (es5.1)

I’ve a node.js app that is using webpack and babel to transpile to node.js 8.x, I’m trying to get it to transpile to the much older node.js 0.12 to support some older devices, but for some reason the output bundle just looks like regular node8 code with arrow functions and template literals (among other es6 features).