Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created September 8, 2020 09:48
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 harshaktg/6c927e805280b71cd4b1c01168513a46 to your computer and use it in GitHub Desktop.
Save harshaktg/6c927e805280b71cd4b1c01168513a46 to your computer and use it in GitHub Desktop.
Webpack output
const path = require('path')
module.exports = {
output: { path: path.resolve(__dirname, "build"), filename: "main.js" }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment