New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

front-end-scripts

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

front-end-scripts

Configuration and scripts for Front End Stack.

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Front End Scripts

Get a Front End project up with no external configuration

Features

  • Yarn
  • HTTP/2
  • HTTPS
  • GZipping
  • Hot reloading
  • Injected JS/CSS assets
  • Tree-shaking optimisation
  • 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

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

Package last updated on 12 Feb 2017

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc