Skip to content

Instantly share code, notes, and snippets.

@enkot
Last active July 25, 2017 11:51
Show Gist options
  • Save enkot/e862fd299d4c1328a7a8cc8c87cc0bcb to your computer and use it in GitHub Desktop.
Save enkot/e862fd299d4c1328a7a8cc8c87cc0bcb to your computer and use it in GitHub Desktop.
var path = require('path');
module.exports = {
entry: './src/index.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment