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
8 years ago
|
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
||
|
|
||
|
default: &default
|
||
7 years ago
|
source_path: app/javascript
|
||
|
source_entry_path: packs
|
||
|
public_output_path: packs
|
||
8 years ago
|
extensions:
|
||
|
- .js
|
||
|
- .sass
|
||
|
- .scss
|
||
|
- .css
|
||
|
- .png
|
||
|
- .svg
|
||
|
- .gif
|
||
|
- .jpeg
|
||
|
- .jpg
|
||
|
|
||
|
development:
|
||
|
<<: *default
|
||
|
|
||
7 years ago
|
dev_server:
|
||
|
host: 0.0.0.0
|
||
|
port: 8080
|
||
|
https: false
|
||
|
|
||
8 years ago
|
test:
|
||
|
<<: *default
|
||
7 years ago
|
|
||
|
public_output_path: packs-test
|
||
8 years ago
|
|
||
|
production:
|
||
|
<<: *default
|