Top "Es6-module-loader" questions

ES6 Module Loader Polyfill dynamically loads ES6 modules in browsers and NodeJS with support for loading existing and custom module formats through loader hooks.

How to import "old" ES5 code in ES6

I have an ES6 application (with Babel 6.5 and Webpack) and it successfully imports my modules like this: import $ from 'jquery'; …

javascript ecmascript-6 webpack es6-module-loader
How to fix this ES6 module circular dependency?

EDIT: for more background, also see the discussion on ES Discuss. I have three modules A, B, and C. A …

javascript module es6-module-loader
Dynamic System.import with webpack?

I am trying to port some ES6 code I have written that uses systemjs + Babel. I didn't have any problem …

webpack es6-module-loader
Can I use an ES6/2015 module import to set a reference in 'global' scope?

I have this situation where I am trying to import an existing library, which I'll call troublesome (using Webpack/Babel …

javascript ecmascript-6 webpack es6-module-loader
How to load a local video in React using webpack?

I can't seem to figure out how to get an html5 video to render in a react app from local …

video reactjs webpack loader es6-module-loader
Trying ES6 imports with Chrome but it doesn't seem to work

I am contemplating moving from Dart to ES6 but Chrome doesn't seem to support the new import statement which is …

ecmascript-6 es6-module-loader
Node.js + TypeScript: Unclear syntax with type script compiled code

I'm trying to work with TypeScript in my node project, but I have some issues with that. This is my …

javascript node.js typescript es6-module-loader
es6-module default export importing as undefined

I'm not sure what I'm missing here. I'm working on a project using jspm and es6-module-loader. I've got an …

javascript bigcommerce jspm es6-module-loader
ES6 import syntax with Angular 1.5 UI Router

I'm trying to combine Angular 1.5, UI Router using ES6 import modules syntax with Babel & Webpack. In my app.js …

javascript angularjs angular-ui-router ecmascript-6 es6-module-loader
how to import highcharts with webpack and babel

I use ES6, Babel and webpack stack. I have installed highcharts by npm (I prefer to use the official highcharts …

javascript highcharts ecmascript-6 webpack es6-module-loader