Skip to content

Instantly share code, notes, and snippets.

@marclerodrigues
Created December 5, 2016 22:34
Show Gist options
  • Save marclerodrigues/7cc96bd80c940c0e0a8085c4d3779169 to your computer and use it in GitHub Desktop.
Save marclerodrigues/7cc96bd80c940c0e0a8085c4d3779169 to your computer and use it in GitHub Desktop.
output webpack config example
const config = {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.js'
};
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment