I have been using jspm and want to test out using Webpack.
I have followed this tutorial.
However, when I run the example, the js errors on
import _ from 'lodash'; Is there a different way I should be writing this import statement? Should I use a transpiler on it to turn it into a require statement?