You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
472 B
33 lines
472 B
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
|
|
|
default: &default
|
|
source_path: app/javascript
|
|
source_entry_path: packs
|
|
public_output_path: packs
|
|
extensions:
|
|
- .js
|
|
- .sass
|
|
- .scss
|
|
- .css
|
|
- .png
|
|
- .svg
|
|
- .gif
|
|
- .jpeg
|
|
- .jpg
|
|
|
|
development:
|
|
<<: *default
|
|
|
|
dev_server:
|
|
host: 0.0.0.0
|
|
port: 8080
|
|
https: false
|
|
|
|
test:
|
|
<<: *default
|
|
|
|
public_output_path: packs-test
|
|
|
|
production:
|
|
<<: *default
|