Skip to content

Commit a8d375b

Browse files
committed
update comment in webpack config
1 parent 6b701c5 commit a8d375b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webapp/webpack.config.dev.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module.exports = webDev({
55
indexHtml: "src/main/html/index.html",
66
assetsDir: "assets",
77
extraWatchDirs: [
8-
"local" // frontend with local backend
9-
// "../terraform/.terraform/modules/example/serve/" // frontend with deployed backend
8+
"local" // local app config for frontend
109
],
1110
extraStaticDirs: [
1211
"src" // src for source maps

0 commit comments

Comments
 (0)