Created
June 8, 2018 23:21
-
-
Save ssougnez/d97ada13131ce29033d6f488ce16f199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| 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