Sha256: e97fae8aa39458e67e09bd844d2b924a8ca31c00622fd69cee5e489a1fd88f2c

Contents?: true

Size: 319 Bytes

Versions: 19

Compression:

Stored size: 319 Bytes

Contents

#!/usr/bin/env ruby

ENV["RAILS_ENV"] ||= "development"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)

require "bundler/setup"
require "webpacker"
require "webpacker/dev_server_runner"

APP_ROOT = File.expand_path("..", __dir__)
Dir.chdir(APP_ROOT) do
  Webpacker::DevServerRunner.run(ARGV)
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
shakapacker-7.2.3 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.3.0.beta.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.2.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.2.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.2.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.2.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.1.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.3 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.0.rc.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.0.rc.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-7.0.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker-dev-server
shakapacker-6.6.0 lib/install/bin/webpacker-dev-server
shakapacker-6.5.6 lib/install/bin/webpacker-dev-server
shakapacker-6.5.5 lib/install/bin/webpacker-dev-server
shakapacker-6.5.4 lib/install/bin/webpacker-dev-server
shakapacker-6.5.3 lib/install/bin/webpacker-dev-server