You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about extracting (1) webpack.config.js, (2) all the dev dependencies (~50), and automation scripts (build, run) into a stand-alone npm package (react-app)?
This way it might be easier for to keep your project based on ASP.NET Core Starter Kit template up to date, you just update react-app-tools dev dependency in your front-end project from time to time, which will ensure that you're using the latest and greatest configs and CLI tools ready to be used for building, running and testing your React application.
The package.json file in your project will look nice and clean, literally:
Will I be able to customize Babel, Webpack, Browsersync and other configs? Yes, there will be an easy way to extend/tweak the default configs (Webpack, Babel, PostCSS etc.)
Will I be able to customize automation scripts? Yes, there will be an easy way to add or customize the existing scripts (build, run etc.)
What do you think about extracting (1)
webpack.config.js
, (2) all the dev dependencies (~50), and automation scripts (build
,run
) into a stand-alone npm package (react-app
)?This way it might be easier for to keep your project based on ASP.NET Core Starter Kit template up to date, you just update
react-app-tools
dev dependency in your front-end project from time to time, which will ensure that you're using the latest and greatest configs and CLI tools ready to be used for building, running and testing your React application.The
package.json
file in your project will look nice and clean, literally:FAQ
Yes, there will be an easy way to extend/tweak the default configs (Webpack, Babel, PostCSS etc.)
Yes, there will be an easy way to add or customize the existing scripts (
build
,run
etc.)Preview
https://github.com/kriasoft/react-app
The text was updated successfully, but these errors were encountered: