webpacker configurable
This commit is contained in:
parent
fb5cc9ae26
commit
aa826629cf
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ development:
|
||||||
# Reference: https://webpack.js.org/configuration/dev-server/
|
# Reference: https://webpack.js.org/configuration/dev-server/
|
||||||
dev_server:
|
dev_server:
|
||||||
https: true
|
https: true
|
||||||
host: sutty.local
|
host: <%= ENV.fetch('SUTTY', 'localhost') %>
|
||||||
port: 3035
|
port: 3035
|
||||||
public: sutty.local:3035
|
public: <%= ENV.fetch('SUTTY', 'localhost') %>:3035
|
||||||
hmr: false
|
hmr: false
|
||||||
# Inline should be set to true if using HMR
|
# Inline should be set to true if using HMR
|
||||||
inline: true
|
inline: true
|
||||||
|
|
Loading…
Reference in a new issue