1.0.16 • Published 7 years ago

webpack-make v1.0.16

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago
             _                   _   
 _ _ _  ___ | |_  ___  ___  ___ | |_ 
| | | || -_|| . || . || .'||  _|| '_|
|_____||___||___||  _||__,||___||_,_|
                 |_|                 

Webpack-make

By TEAM TOES

This project was inspired by Webpack-Config-Generator: https://github.com/Webpack-Config-Generator/Webpack-Config-Generator

Wmake allows you to create and write a webpack configuration in your project directory, and to automatically install the npm dependencies that you have added in your configuration.

For example, if you would like to use Babel, wmake will add the correct object to your webpack-config and can install babel-loader in your project directory.

Run from your project directory—this is where your webpackconfig will be saved.

To symlink locally:

npm init
npm i webpack-make --save
npm link ./node_modules/webpack-make

To run Webpack-make (wmake)

wmake
npm i
npx webpack

To symlink globally

npm init
npm i webpack-make --save -g
wmake

To unlink

npm uninstall webpack-make -g

Supported packages:

Send us a message to add support for more!

teamtoescoding at gmail

License

MIT

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago