GitHunt
VC

vctr-dev/mrm-task-webpack

mrm task to generate basic webpack config

mrm-task-webpack

mrm task that adds basic webpack configuration and yarn scripts.

This should allow you to do yarn start:dev immediately after running mrm webpack.

What it does

  • Installs dependencies
  • Adds yarn scripts to run Webpack and DevServer
  • Creates webpack.config.js, index.html, and src/index.js if they don't exist

Usage

yarn global add mrm mrm-task-webpack
mrm webpack

Scripts

yarn start:dev # starts webpack dev server
yarn build:dev # builds webpack in development mode
yarn build     # builds webpack in production mode

Changelog

The changelog can be found in changelog.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Victor Chan and contributors.

MIT License, see the included License.md file.

Languages

JavaScript86.1%HTML13.9%

Contributors

Latest Release

1.0.0April 19, 2020
MIT License
Created April 19, 2020
Updated November 29, 2020
vctr-dev/mrm-task-webpack | GitHunt