Skip to content

Instantly share code, notes, and snippets.

@cellog
Created June 16, 2016 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellog/88b7f8e580954bfac7f91365fe45272b to your computer and use it in GitHub Desktop.
Save cellog/88b7f8e580954bfac7f91365fe45272b to your computer and use it in GitHub Desktop.
Karma webpack plugin configuration
const stuff = {
output: {
pathinfo: true
},
module: {
loaders: [
{ test: /\.js/, loader: 'babel-loader', exclude: /node_modules/ },
]
},
devtool: 'inline-source-map'
}
export default stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment