We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b701c5 commit a8d375bCopy full SHA for a8d375b
1 file changed
webapp/webpack.config.dev.js
@@ -5,8 +5,7 @@ module.exports = webDev({
5
indexHtml: "src/main/html/index.html",
6
assetsDir: "assets",
7
extraWatchDirs: [
8
- "local" // frontend with local backend
9
- // "../terraform/.terraform/modules/example/serve/" // frontend with deployed backend
+ "local" // local app config for frontend
10
],
11
extraStaticDirs: [
12
"src" // src for source maps
0 commit comments