mern
mern copied to clipboard
:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
As this project is on a way towards becoming more flexible and customizable. Its pretty good to give the user an option to use any of the modern + classical...
The test library I am planning to use is `jest`. category of tests : - API tests - Snapshot tests > For now just two, please add more if works...
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.5.0. Release notes Sourced from eslint's releases. v7.5.0 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima) 540b1af Chore: enable consistent-meta-messages internal rule (#13487)...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.3.7 to 3.0.7. Release notes Sourced from terser-webpack-plugin's releases. v3.0.7 3.0.7 (2020-07-16) Bug Fixes uglify additional assets (100e38e) v3.0.6 3.0.6 (2020-06-18) Bug Fixes do not crash on...
Add both plugin in `webpack.dev.js` to create and lint the HTML template while webpack build. ref [This](https://github.com/anikethsaha/htmllinter/tree/master/packages/htmllinter-webpack-plugin) ref [this](https://github.com/jantimon/html-webpack-plugin)
Remove the `target:node` from [`webpack.prod.js`](https://github.com/anikethsaha/mern/blob/master/webpack.prod.js#L30) and add `splitchunk` for production config by uncommenting [these lines](https://github.com/anikethsaha/mern/blob/7985844f95f419263a7eb51b297c0927aec7d358/webpack.common.js#L26-L43). Do test it before submitting
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 1.7.2 to 2.5.0. Commits 23c124a 2.5.0 3b9069b throw an error when using wrong spelling of an option bdb73b4 support webpack 5 1b210fe 2.4.0 2ae7392 add options validation...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.0.9. Changelog Sourced from webpack-merge's changelog. 5.0.9 / 2020-07-09 Fix - Don't crash on merge() and merge([]). Now {} is returned in these corner cases....
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.1.0. Release notes Sourced from jest's releases. 26.1.0 Features [jest-mock] Export Mock, MockInstance, SpyInstance types (#10138) [jest-config] Support config files exporting (async) functions (#10001) [jest-cli,...