Sha256: 20e7d8399cd8a8174121ac45876759fd19a9977adf04e036e535162febda680c

Contents?: true

Size: 314 Bytes

Versions: 19

Compression:

Stored size: 314 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/webpack_runner"

APP_ROOT = File.expand_path("..", __dir__)
Dir.chdir(APP_ROOT) do
  Webpacker::WebpackRunner.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
shakapacker-7.3.0.beta.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.2.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.2.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.2.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.2.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.1.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.3 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.0.rc.2 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.0.rc.1 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-7.0.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/bin/webpacker
shakapacker-6.6.0 lib/install/bin/webpacker
shakapacker-6.5.6 lib/install/bin/webpacker
shakapacker-6.5.5 lib/install/bin/webpacker
shakapacker-6.5.4 lib/install/bin/webpacker
shakapacker-6.5.3 lib/install/bin/webpacker