webpackize

1.2.1 • Public • Published

Webpackize

build license npm release

A predefined configuration for webpack.config.js

Demo

Usage

Change directory to your project

cd project_name

Recommended simple use case

# basic
npx webpackize

# directly specify the project type for the config (ex: react, vue, next , etc...)
npx webpackize --project <project-type>

Using global installation

npm install -g webpackize # npm
yarn add global webpackize # yarn

# you need just to call the package and it's done
webpackize

# directly specify the project type for the config (ex: react, vue, next , etc...)
webpackize --project <project-type>

Framework and Library supported

Project Type available for CLI:

Support

Webpackize is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.

License

Webpackize is MIT licensed.

Dependencies (9)

Dev Dependencies (9)

Package Sidebar

Install

npm i webpackize

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

45 kB

Total Files

14

Last publish

Collaborators

  • iamando