This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-05-02 17:04:16 -07:00
|
|
|
#!/usr/bin/env ruby
|
2017-10-31 04:22:32 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
#
|
|
|
|
# This file was generated by Bundler.
|
|
|
|
#
|
|
|
|
# The application 'webpack-dev-server' 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-dev-server")
|