From ea27e90db9d3d3c8d02bdbce28bad2bd7e5aa8be Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Wed, 22 Nov 2017 14:52:20 +0100 Subject: Add webpack binstubs --- bin/webpack | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 bin/webpack (limited to 'bin/webpack') diff --git a/bin/webpack b/bin/webpack new file mode 100755 index 000000000..9d3800c74 --- /dev/null +++ b/bin/webpack @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'webpack' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("webpacker", "webpack") -- cgit v1.2.3