Skip to content

Instantly share code, notes, and snippets.

@marclerodrigues
Last active December 5, 2016 22:08
Show Gist options
  • Save marclerodrigues/2456beeb23b102c3372b0b1312b16a71 to your computer and use it in GitHub Desktop.
Save marclerodrigues/2456beeb23b102c3372b0b1312b16a71 to your computer and use it in GitHub Desktop.
defining webpack entry point
const config = {
entry: 'path/to/your/application/entry/point.js';
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment