Explain that JS should be built with webpack production mode

Created on 13 February 2023, almost 2 years ago
Updated 20 October 2023, about 1 year ago

Problem/Motivation

The starter README says "plugins can be built with yarn build or yarn watch".
IMHO, it should also explain that yarn watch uses webpack dev mode and produces JS files that should not be distributed (because they are larger and use eval()).

Proposed resolution

Explain in the README that yarn build should be used if the JS files are going to be committed or distributed.

📌 Task
Status

Needs review

Version

1.0

Component

Documentation

Created by

🇫🇷France prudloff Lille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024