Here\'s my webpack.config.js
webpack.config.js
var webpack = require(\"webpack\"); module.exports = { entry: \"./entry.js\", devtool: \"source-map\", outp
webpack entry.jsx ./output.js -p
works for me, with -p flag.
-p