5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 20:46:07 +00:00

webpacker configurable

This commit is contained in:
f 2020-02-06 14:07:13 -03:00
parent fb5cc9ae26
commit aa826629cf
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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