create-webpack5
v1.1.3
Published
Quickly create an opinionated webpack.config.js
Downloads
5
Maintainers
Readme
create-webpack5
Usage
Install as a dev dependency on a particular project:
yarn add -D create-webpack5
npx create-webpack5
Install globally:
yarn global add create-webpack5
# now you don't have to prefix this command with npx!
create-webpack5
yarn create or npm init
yarn create webpack5
# or
npm init webpack5