Skip to content

Instantly share code, notes, and snippets.

@mohammad-hammal
Created October 30, 2018 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohammad-hammal/f79cad4bb2a51ab600936ef69beed2f1 to your computer and use it in GitHub Desktop.
Save mohammad-hammal/f79cad4bb2a51ab600936ef69beed2f1 to your computer and use it in GitHub Desktop.
var path = require('path');
module.exports = {
entry: "./js/index.js",
output: {
path: path.resolve(__dirname, "dist"),
filename: "bundle.js"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment