21 lines
299 B
Plaintext
21 lines
299 B
Plaintext
default: &default
|
|
#
|
|
# No additional directives, remove this line to add other directives.
|
|
{ }
|
|
|
|
|
|
development:
|
|
<<: *default
|
|
# Allow the webpack-dev-server in development
|
|
connect_src:
|
|
- http://localhost:3035
|
|
- ws://localhost:3035
|
|
|
|
|
|
production:
|
|
<<: *default
|
|
|
|
|
|
test:
|
|
<<: *default
|