Sha256: 4f04220bc3803d2a481a8ee176eaa4ce19a923d85db429764d9a3b0d24814532
Contents?: true
Size: 481 Bytes
Versions: 6
Compression:
Stored size: 481 Bytes
Contents
# To ensure that Rails uses static assets rather than the webpack-dev-server # you may set ENV value WEBPACKER_DEV_SERVER=FALSE or delete or comment out the dev_server section # of config/webpacker.yml # For example: # web: WEBPACKER_DEV_SERVER=FALSE rails s -p 3000 web: rails s -p 3000 # Next line runs a watch process with webpack client: sh -c 'rm -rf public/webpack/development/* || true && cd client && bundle exec rake react_on_rails:locale && yarn run build:development'
Version data entries
6 entries across 6 versions & 1 rubygems