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.
30 lines
456 B
30 lines
456 B
8 years ago
|
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
||
|
|
||
|
default: &default
|
||
|
config: config/webpack
|
||
|
entry: packs
|
||
|
output: public
|
||
|
manifest: manifest.json
|
||
|
node_modules: node_modules
|
||
|
source: app/javascript
|
||
|
extensions:
|
||
|
- .js
|
||
|
- .sass
|
||
|
- .scss
|
||
|
- .css
|
||
|
- .png
|
||
|
- .svg
|
||
|
- .gif
|
||
|
- .jpeg
|
||
|
- .jpg
|
||
|
|
||
|
development:
|
||
|
<<: *default
|
||
|
|
||
|
test:
|
||
|
<<: *default
|
||
|
manifest: manifest-test.json
|
||
|
|
||
|
production:
|
||
|
<<: *default
|