In the code sample below, why does the commented line not work to import marked? I'm using the https://github.com/shama/es6-loader
module $ from 'jquery';
module React from 'react';
//import { marked } from 'marked';
var marked = require("marked");
Here's a sample repository: https://github.com/justin808/react-tutorial-hot/tree/es6
This demo shows: 1. Webpack and hot-reload 2. React 3. ES6