Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 21, 2021
1 parent c969dea commit 0faf2d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'pg', '~> 1.1'
gem 'puma', '~> 5.0'

# Use webpack to manage app-like JavaScript modules in Rails (https://github.com/rails/webpacker)
gem 'webpacker', '>= 6.0.0.rc1', git: 'https://github.com/t27duck/webpacker.git', branch: 'webpack-dev-server-update'
gem 'webpacker', '>= 6.0.0.rc.1', git: 'https://github.com/t27duck/webpacker.git', branch: 'webpack-dev-server-update'

# Boot large ruby/rails apps faster (https://github.com/Shopify/bootsnap)
gem 'bootsnap', '>= 1.4.4', require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ DEPENDENCIES
tzinfo-data
web-console (>= 4.1.0)
webdrivers
webpacker (>= 6.0.0.rc1)!
webpacker (>= 6.0.0.rc.1)!

RUBY VERSION
ruby 3.0.2p107
Expand Down
1 change: 0 additions & 1 deletion config/webpack/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ const webpackConfig = require('./base');

// LiveReload should be disabled when HMR is enabled
webpackConfig.devServer.liveReload = !webpackConfig.devServer.hot
console.log(webpackConfig.devServer)

module.exports = webpackConfig;

0 comments on commit 0faf2d0

Please sign in to comment.