• Joe Haddad's avatar
    Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
    Joe Haddad authored
    * Add `PUBLIC_URL` env variable for advanced use (#937)
    * Add support for `PUBLIC_URL` env variable
    * Remove unnecessary duplications
    * Simplify served path choice logic
    * Honor PUBLIC_URL in development
    * Add e2e tests
    
    Enables serving static assets from specified host.
    613b584f
CSSStub.js 390 bytes
// @remove-on-eject-begin
/**
 * Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 * @flow
// @remove-on-eject-end
module.exports = {};