Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 02:52
Show Gist options
  • Save b-tiwari/f5b471d6f7e67064fb18b54445d266c7 to your computer and use it in GitHub Desktop.
Save b-tiwari/f5b471d6f7e67064fb18b54445d266c7 to your computer and use it in GitHub Desktop.
learn-webpack2/webpack/webpack.config.js
module.exports = {
entry: "./src/scripts/app.js",//path relative to this file
output: {
filename: "./dist/app.bundle.js"//path relative to this file
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment