Package Exports
- create-react-packzz
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-react-packzz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-react-packzz
Build Your Own webpack+react Environment
If you use vscode, I recommend you to install the vscode extension(prettier, eslint).
In this boilerplate
you can use the important features of webpack.
- code split for prevent duplication and dynamic import
- Use cache static resource
- Increase development productivity
- hot module replacement + react hot loader
- scss compile to minified css
- ES6+ and react can be transpiled and used by using babel.
- make code automatically beautiful by using ESLint and Prettier.
Getting Started
$ npx create-react-packzz
$ cd ${projectName}
$ npm start
If something doesn't work, please make issue
회사에서 fe 환경 구축해주는 CLI 만들면서 공부하기 위해 개인용 웹팩 환경 구축해주는 CLI도 같이 만들었습니다.
그 때 작성한 글들 모아놓은 포스트입니다.