Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created February 5, 2016 15:30
Show Gist options
  • Save SpencerCooley/28475b1949acf02ff06c to your computer and use it in GitHub Desktop.
Save SpencerCooley/28475b1949acf02ff06c to your computer and use it in GitHub Desktop.
module.exports = {
entry: "./app.js",
output: {
path: __dirname,
filename: "bundle.js"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment