Sha256: 340f309ecd4193ede028550ea263813b6ab98d2ff3ad5ed43a156872af7ac14c
Contents?: true
Size: 769 Bytes
Versions: 4
Compression:
Stored size: 769 Bytes
Contents
# Note: Base output directory of /public is assumed for static files default: &default # Critical to set compile as false for React on Rails projects compile: false development: <<: *default # generated files for development, in /public/webpack/development public_output_path: webpack/development # Temporarily disabling live-reloading until the server script is added. # dev_server: # host: localhost # port: 8080 # https: false # # Can be enabled by export WEBPACKER_HMR=TRUE in env # hot: false test: <<: *default # generated files for tests, in /public/webpack/test public_output_path: webpack/test production: <<: *default # generated files for tests, in /public/webpack/production public_output_path: webpack/production
Version data entries
4 entries across 4 versions & 1 rubygems