Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in babeljs

Remove console.logs with Webpack & Uglify

React - using TypeScript vs Flow vs?

babel vs babel-core vs babel-runtime

babeljs

Why does Object.assign() require a polyfill when babel-loader is being used?

Make babel exclude test files

node.js babeljs

Debugging with webpack, ES6 and Babel

Requires Babel "7.0.0-0" but was loaded with "6.26.3"

SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' - Gulp

How do I get Babel 6 to compile to ES5 javascript?

ecmascript-6 babeljs

What is the best way to include babel polyfill using multiple entry points

webpack babeljs

What is the difference between babel-core and @babel/core?

Browserify, Babel 6, Gulp - Unexpected token on spread operator

'import' and 'export' may only appear at the top level

webpack vue.js babeljs

Confused about useBuiltIns option of @babel/preset-env (using Browserslist Integration)

Why doesn't instanceof work on instances of Error subclasses under babel-node?

Service mocked with Jest causes "The module factory of jest.mock() is not allowed to reference any out-of-scope variables" error

Webpack / Babel / React build error: "Unknown option: foo/node_modules/react/react.js.Children"

reactjs webpack babeljs

How to run Node.js app with ES6 features enabled?

Error: Missing class properties transform

ES6 `export * from import`?