Open ipotro opened 6 years ago
Create the basic development setup with webpack to start running Babel, and React.
webpack
Babel
React
babel
Install webpack
~/dueto $ npm install --save webpack
Configure presets with webpack and babel
presets
{ "presets": [] }
Configure linters for React code
~/dueto $ npm install --save eslint
Configure pre-commit to maintain clean architecture code
pre-commit
~/dueto $ npm install --save husky
webpack.config.js
I’ll start the development of this feature.
Description
Issue Checklist
I. The Assignment
babel
packages/plugins needed.II. Indications
Install
webpack
Configure
presets
withwebpack
andbabel
.babelrc
Configure linters for React code
Configure
pre-commit
to maintain clean architecture codeIII. Deliverables
webpack.config.js
) containing all configuration needed.IV. Notes
webpack
website.All issues in milestone: [1] Configuration
Assignees
Created, Reviewed and Authorised