Skip to content

Commit 5f4441b

Browse files
committed
Rename entrypoint cv -> app
1 parent 1e6534a commit 5f4441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const getConfig = (env: IWebpackEnv): webpack.Configuration => ({
9191
]
9292
},
9393
output: {
94-
filename: "cv.js",
94+
filename: "app.js",
9595
path: path.resolve(projectRoot, "dist")
9696
},
9797
plugins: [

0 commit comments

Comments
 (0)