Skip to content

Instantly share code, notes, and snippets.

@vinodchauhan7
Created December 26, 2019 15:12
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 vinodchauhan7/7fc08f17c32d895ecf69d4a774b5be01 to your computer and use it in GitHub Desktop.
Save vinodchauhan7/7fc08f17c32d895ecf69d4a774b5be01 to your computer and use it in GitHub Desktop.
const path = require("path");
module.exports = {
mode: "development",
devtool: "none",
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, "dist"),
filename: "main.js"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment