Skip to content

Instantly share code, notes, and snippets.

Created August 13, 2017 10:14
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 anonymous/9981a605ed1f020dc12674c4ade7799b to your computer and use it in GitHub Desktop.
Save anonymous/9981a605ed1f020dc12674c4ade7799b to your computer and use it in GitHub Desktop.
module.exports = {
entry: __dirname + '/index.js',
output: {
path: __dirname + '/',
filename: 'specs.js'
},
module: {
loaders: [
{test: /\.js$/, loader: 'buble-loader', exclude: /node_modules/}
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment