Top "Babel-loader" questions

How to transpile node_modules modules with babel-loader?

Problem: I want to build bundle files for a website for older browsers (>= IE10). My transpiled code throws errors …

javascript webpack node-modules babeljs babel-loader
Failed to load external module @babel/register while gulp

In my react project everything works fine on my vmware. But when I cloned the same app and ran gulp …

node.js reactjs gulp babeljs babel-loader
react with IE11 is not working, displaying blank screen

when trying to load application in IE11 it just shows blank screen and errors with syntax error on this line …

reactjs webpack internet-explorer-11 babel-polyfill babel-loader
[email protected] requires a peer of webpack@2 || 3 but none was installed

I am having this issue while installing all node_modules. And this is making me crazy. [email protected] requires a peer …

javascript reactjs npm babel-loader
Nuxt Error: Syntax Unexpected token export after installation

I am using Nuxt for my Vue project, It was working fine. I deleted my yarn and NPM cache due …

javascript vue.js babeljs nuxt.js babel-loader
What is the difference between babel-core and @babel/core?

What is the difference between babel-core and @babel/core ? Are they the same thing but different versions? If not so, …

babeljs babel-loader babel-jest
How to fix ' Support for the experimental syntax 'exportDefaultFrom' isn't currently enabled' in node

I have a full stack javascript application running on React, Node, express. The problem is export without default is not …

node.js ecmascript-6 babeljs es6-modules babel-loader
How to get dynamic imports to work in webpack 4

I'm trying to migrate my app to webpack 4. My head hurts already. Dynamic imports - this is my method of …

javascript webpack babel-loader
Webpack build fails for IE (11)

Trying to setup webpack to build my .js and .vue files. Seems to no transpile _name() {} style function to regular …

vue.js webpack babeljs babel-loader
Incompatible babel-loader and babel-core versions

I installed babel-core, babel-loader, and a few other packages via npm npm install babel-loader babel-core ... This resulted in the following …

npm babeljs package.json babel-loader