yarn install
yarn start
webpack --config webpack.prod.config.js
You probably want to change react
+ react-dom
to be webpack externals so they don't get built in too.
You also probably want to add uglify to the build process.
yarn install
yarn start
webpack --config webpack.prod.config.js
You probably want to change react
+ react-dom
to be webpack externals so they don't get built in too.
You also probably want to add uglify to the build process.