Skip to content

Commit 6f7275c

Browse files
committed
Rename contentBase to static
1 parent d19e6de commit 6f7275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ module.exports = {
6060
})
6161
],
6262
devServer: {
63-
contentBase: resolvePath('dist')
63+
static: resolvePath('dist')
6464
}
6565
};

0 commit comments

Comments
 (0)