Socket
Book a DemoInstallSign in
Socket

@eaze/eaze-web-scripts

Package Overview
Dependencies
Maintainers
47
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@eaze/eaze-web-scripts

Configuration and scripts for eaze web apps

4.0.1-6
unpublished
latest
npmnpm
Version published
Maintainers
47
Created
Source

eaze-web-scripts

As of 04/11/19, the only active project using this package is mc-next

v4.0.0

  • at some point we standardized on using EAZE_ENVIRONMENT instead of ENVIRONMENT, this version now uses that env var

This is an attempt at centralizing all of our frontend javascript build process across all of our applications into one package.

With a few assumptions about application architecture and configuration, we should be able to work off of the same package. This should simplify lots of confusion around where various configuration and environment variables live. Additionally every application will get the same benefits of getting upgrades from one place.

MC's config looks like this:

{
  "name": "mc",
  "port": 9964,
  "dist": "./dist",
  "entry": "./src/index.js",
  "css": {
    "name": "style-[chunkhash].css"
  },
  "output": {
    "path": "./dist/mc",
    "filename": "[name]-[chunkhash].js",
    "publicPath": "/"
  },
  "env": {
    "local": {
      "GMAPS_KEY": "'ABC123!@#'",
      "API_BASE_URL": "'https://api-development.eazeup.com/api'",
      "MC_URL": "'https://mc-development.eazeup.com'",
      "MC_START_PATH": "'http://localhost:9966'",
      "cdn": ""
    },
    ...
  },
  "alias": {
    "api": "src/api.js",
    "assets": "src/assets",
    "src": "src",
    "microcomponents": "src/microcomponents",
    "components": "src/components",
    "helpers": "src/helpers",
    "shared-redux": "src/shared-redux"
  }
}

FAQs

Package last updated on 22 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.