We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6534a commit 5f4441bCopy full SHA for 5f4441b
webpack/webpack.config.ts
@@ -91,7 +91,7 @@ const getConfig = (env: IWebpackEnv): webpack.Configuration => ({
91
]
92
},
93
output: {
94
- filename: "cv.js",
+ filename: "app.js",
95
path: path.resolve(projectRoot, "dist")
96
97
plugins: [
0 commit comments