Skip to content

Instantly share code, notes, and snippets.

@missating
Last active September 16, 2018 23:21
Show Gist options
  • Save missating/d177c28bb823397725add14889aa0f11 to your computer and use it in GitHub Desktop.
Save missating/d177c28bb823397725add14889aa0f11 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
entry: './src/index.tsx',
output: {
path: path.join(__dirname, '/dist'),
filename: 'bundle.min.js'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment