I just started to use Babel to compile my ES6 javascript code into ES5. When I start to use Promises …
javascript node.js babeljs polyfills babel-polyfillThe title pretty much explains what I'm facing. I'm trying to test a React component that has some state, and …
reactjs babeljs jestjs babel-polyfill babel-jestI need help diagnosing and fixing this error: "Error: only one instance of babel-polyfill is allowed" I have the following …
reactjs webpack babeljs babel-polyfillI would like to use ts-loader with babel-polyfill but without babel-loader. But when I try to build the project, I …
node.js reactjs babel-polyfill ts-loaderAs the title says, even I'd like to use babel-polyfill to allow me to use promises in my code, but …
gulp browserify babel-polyfillI'm facing this error when I execute webpack: Module not found: Error: Can't resolve 'core-js/modules/es6.array.map' in …
javascript node.js typescript webpack babel-polyfillwhen 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-loaderI started to use Webpack for a student project, but I'm stuck configuring Webpack to include React and Babel. Here's …
reactjs webpack babeljs babel-polyfillI've got Webpack working with Babel and including the @babel/polyfill, yet IE11 is still throwing a SCRIPT438 error when …
javascript webpack babeljs npm-scripts babel-polyfillSince I need to support also IE11, I need to transpile also node_modules. This is the babel config I …
internet-explorer babeljs polyfills babel-polyfill