From 539104762face26118d1ac10201d99713a333ae1 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 3 Mar 2020 18:13:57 +0100 Subject: [PATCH] Update webpack binstubs --- bin/webpack | 1 - bin/webpack-dev-server | 1 - 2 files changed, 2 deletions(-) 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"