diff --git a/bin/webpack b/bin/webpack index 008ecb22..1031168d 100755 --- a/bin/webpack +++ b/bin/webpack @@ -7,7 +7,6 @@ require "pathname" ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", Pathname.new(__FILE__).realpath) -require "rubygems" require "bundler/setup" require "webpacker" diff --git a/bin/webpack-dev-server b/bin/webpack-dev-server index a931a9b7..dd966273 100755 --- a/bin/webpack-dev-server +++ b/bin/webpack-dev-server @@ -7,7 +7,6 @@ require "pathname" ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", Pathname.new(__FILE__).realpath) -require "rubygems" require "bundler/setup" require "webpacker"