Skip to content

Instantly share code, notes, and snippets.

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