Whttps://github.com/wkylinComment·Article·Jan 11, 2023·Creating a Stunning GitHub Profile README: Tips and Tricks
Wemail: "adminuser@test.com", "@demo/shared": "workspace:", ==> "@ monorepo/shared": "workspace:",Comment·Article·Oct 15, 2022·Setting up a monorepo with pnpm and TypeScript
Wgithub: https://github.com/wkylin/promotion-webComment·Article·Apr 4, 2022·React Development Environment without using CRA(create-react-app)
WGithub: https://github.com/wkylin/promotion-webComment·Article·Apr 4, 2022·React Development Environment without using CRA(create-react-app)
Wbabel.config.js plugins: process.env.NODE_ENV === 'production' ? [...plugins, 'transform-remove-console', 'transform-remove-debugger'] : plugins,Comment·Article·Mar 10, 2022·Remove console.log from Production Mode