Socket
Socket
Sign inDemoInstall

vitalizer

Package Overview
Dependencies
38
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vitalizer

The Vital Software front-end asset builder.


Version published
Maintainers
2
Created

Readme

Source

Vitalizer

Get a Front End project up with no external configuration.

Features

  • Yarn
  • HTTP/2
  • HTTPS
  • GZipping
  • Hot reloading
  • Injected JS/CSS assets
  • Tree-shaking optimization
  • Cache busted production assets
  • Source maps

CSS Support

  • PostCSS
  • Autoprefixer
  • SCSS style syntax
  • cssnext
  • CSS Nano minification
  • rem() function support

JavaScript Support

  • Babel
  • ES2015
  • ES2016
  • UglifyJS minification
  • Vendor chunking

Code Quality

Configuration

If you need project specific configuration for the build/watch tasks, create a .build.config.js in the root folder of your project. It uses the following syntax:

module.exports = {
    entry: {
    }
};

Troubleshooting

Environment variables on build

Ensure that the BUILD_ENV environment variable gets set directly before the call to build otherwise the variable will fall out of scope and be undefined in the build script context. eg: BUILD_ENV=production front-end-scripts build

Safari outputs a (WebSocket network error: OSStatus Error -9807: Invalid certificate chain)

You need to ensure you've correctly trusted the self-signed certificate within Safari. See the guide available here for how to do this. If the padlock icon doesn't show in the URL bar, you will need to clear browser history for the localhost domain and refresh the page.

FAQs

Last updated on 31 May 2017

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc