🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

indoqa-webpack

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indoqa-webpack

Simplified, opinionated usage of Webpack as build tool and dev-server

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
2
Created
Source

Indoqa Webpack

Motivation

Webpack is a low-level build tool for Javascript web applications. In our opinion too low-level to be maintained in each of our projects. Since we found out that our webpack configurations are in huge parts identical, we started indoqa-webpack which can be configured delcaratively.

Goals

The goal of indoqa-webpack is supporting following use cases:

  • simple upgrade path to newer versions of indoqa-webpack
  • hide webpack configurations and provide a declarative configuration
  • support for ES6 and Typescript builds
  • support code-splitting
  • create production-ready release artifacts (Javascript, CSS)
  • provide a hot-reloadable development server using express * out-of-the-box usage for Jest tests
  • out-of-the-box configuration of ESLint using eslint-config-indoqa

Changelog

Learn about the lastest improvements

Example

See indoqa-react-redux-ts for an example of how to setup the store, the history and the fela renderer with hot-reload enabled.

FAQs

Package last updated on 28 Dec 2018

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