thewillhuang / webpack-code-splitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different versions of react and react-router mounting on different DOM nodes, along with properly long-term cached production code

install

yarn

dev

npm run dev

build for production

npm run build

clean out all node_modules

npm run clean

notes

"postinstall": "find ./packages/* -name package.json -maxdepth 2 -execdir yarn \\;",
"clean": "find . -name package.json -maxdepth 3 -execdir rm -fr node_modules npm-debug.log yarn.lock \\;",

if you want to checkout reason

https://github.com/reasonvienna/dev-setup

About


Languages

Language:JavaScript 96.5%Language:HTML 3.5%