Skip to content

Instantly share code, notes, and snippets.

@MikeCheng1208
Last active August 15, 2018 04:22
Show Gist options
  • Save MikeCheng1208/30943daebbd46672e5d95c29ea4bc9ea to your computer and use it in GitHub Desktop.
Save MikeCheng1208/30943daebbd46672e5d95c29ea4bc9ea to your computer and use it in GitHub Desktop.
Article teaching
var path = require('path');
module.exports = {
context: path.resolve(__dirname, 'src'),
entry: './index.js',
output: {
filename: 'index-bundle.js',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment