UNPKG

503 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const devServerConf = {
4 compress: true,
5 disableHostCheck: true,
6 historyApiFallback: {
7 disableDotRule: true
8 },
9 host: '0.0.0.0',
10 hot: true,
11 useLocalIp: true,
12 https: false,
13 inline: true,
14 open: true,
15 overlay: true,
16 port: 10086,
17 quiet: true,
18 watchContentBase: true,
19 writeToDisk: false
20};
21exports.default = devServerConf;
22//# sourceMappingURL=devServer.conf.js.map
\No newline at end of file