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 412a849 commit 3dd8e42Copy full SHA for 3dd8e42
recipes/basic/snippets/webpack.config.js
@@ -91,7 +91,9 @@ module.exports = {
91
devServer: {
92
open: true,
93
historyApiFallback: true,
94
- contentBase: "./${sourceDir.main}/${sourceDir.static}",
+ static: {
95
+ directory: "./${sourceDir.main}/${sourceDir.static}",
96
+ },
97
hot: true,
98
port: ${portNumber},
99
proxy: {
recipes/slim/snippets/webpack.config.js
@@ -78,7 +78,9 @@ module.exports = {
78
79
80
81
82
83
84
85
86
0 commit comments