Skip to content

Commit

Permalink
readme: +about not minifying files before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 17, 2021
1 parent 4d03cdf commit 9028ec4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ Modify `eslintrc.json` file to remove mentions of typescript parser and plugin.
Delete the file `tsconfig.json`
</details>

### Don't minify the files before deploying
<details>
<summary>Click to expand</summary>
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.
</details>

### Remove prettier

<details>
Expand Down

0 comments on commit 9028ec4

Please sign in to comment.