Sha256: f272f7dcc5cfb2a9f5cf72a28b4352ca0da3c71ba6f7b9816516548eaefe58c4

Contents?: true

Size: 433 Bytes

Versions: 166

Compression:

Stored size: 433 Bytes

Contents

#!/usr/bin/env ruby

ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
ENV["NODE_ENV"]  ||= "development"

require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
  Pathname.new(__FILE__).realpath)

require "rubygems"
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

166 entries across 164 versions & 14 rubygems

Version Path
ezii-os-2.0.1 bin/webpack
ezii-os-1.1.0 bin/webpack
rabl-0.14.2 fixtures/rails6/bin/webpack
active_record_migration_ui-0.1.2 spec/dummy/bin/webpack
ezii-os-1.0.0 bin/webpack
ezii-os-0.0.0.1.0 bin/webpack
ezii-os-0.0.0.0.1 bin/webpack
webpacker-4.0.7 lib/install/bin/webpack
webpacker-4.0.6 lib/install/bin/webpack
webpacker-4.0.5 lib/install/bin/webpack
webpacker-4.0.4 lib/install/bin/webpack
webpacker-4.0.3 lib/install/bin/webpack
webpacker-4.0.2 lib/install/bin/webpack
webpacker-4.0.1 lib/install/bin/webpack
webpacker-4.0.0 lib/install/bin/webpack
webpacker-4.0.0.rc.8 lib/install/bin/webpack
webpacker-4.0.0.rc.7 lib/install/bin/webpack
webpacker-4.0.0.rc.6 lib/install/bin/webpack
webpacker-4.0.0.rc.5 lib/install/bin/webpack
webpacker-4.0.0.rc.4 lib/install/bin/webpack