New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-modal-from-jinsunee

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-modal-from-jinsunee

Splitting webpack configuration for development and production.

0.0.2
latest
Source
npm
Version published
Weekly downloads
1
-88.89%
Maintainers
1
Weekly downloads
 
Created
Source

react-boilerplate-webpack-babel

Splitting webpack configuration for development and production.

  • common : ./config/common.js
  • dev : ./config/dev.js
  • production: ./config/prod.js

Blog Post

  • webpack, babel에 대하여
  • react + webpack + babel로 개발 환경 구축하기 (javascript)
  • typescript, 상대경로 설정하기

Skills

  • react
  • webpack
  • jest
  • @testing-library/react
  • babel

Branch

  • js-setting: javascript environment
  • ts-setting: typescript environment

Installation

$ yarn

or

$ npm install

Run

  • Dev mode

    $ yarn dev
    
  • Production Build

    $ yarn build
    

Keywords

react

FAQs

Package last updated on 14 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts