diff --git a/README.md b/README.md index 6956208..c75dc6b 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,14 @@ Modify `eslintrc.json` file to remove mentions of typescript parser and plugin. Delete the file `tsconfig.json` +### Don't minify the files before deploying +
+ Click to expand +WARNING: this can result in a HUGE twinkle.js file (>1 MB). + +In `webpack.prod.config.js`, flip `mode` from `production` to `development`. Please refer to the Webpack user guide for more precise configurations. +
+ ### Remove prettier