Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ssougnez/d97ada13131ce29033d6f488ce16f199 to your computer and use it in GitHub Desktop.
Save ssougnez/d97ada13131ce29033d6f488ce16f199 to your computer and use it in GitHub Desktop.
...
const path = require("path");
module.exports = {
output: {
filename: "[name].[chunkhash].js",
path: path.resolve(__dirname, "dist")
},
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment