New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webpackozea

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpackozea

A base webpack configuration

latest
Source
npmnpm
Version
2.2.2
Version published
Maintainers
3
Created
Source

Webpackozea

Our base webpack configuration at Kozea for React SSR application

Installation

yarn

yarn add webpackozea

npm

npm i webpackozea

Usage

In your webpack config file

import { getBaseConfigClient, getBaseConfigServer } from 'webpackozea'

How to use locally

Use yalc if you want to test your changes locally using a store

Publish

Clone the webpackozea repo

git clone git@github.com:Kozea/webpackozea.git

In your local copy of webpackozea

# cd webpack-copy-local
yalc publish

Then in your project

# cd your-project
yalc link webpackozea

Update

Make your changes in your local webpackozea, then push the changes to the store

# cd webpack-copy-local
yalc push

Remove

To remove the local webpackozea from your project

# cd your-project
yalc remove webpackozea

To remove all local package from your project

# cd your-project
yalc remove --all

ATTENTION

In your project, each time you npm install, yarn install or update packages, you have to re-link again

# cd your-project
yalc link webpackozea

FAQs

Package last updated on 04 Nov 2025

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