We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310ab8a commit 16a9724Copy full SHA for 16a9724
scripts/start.js
@@ -253,7 +253,7 @@ function runDevServer(port, protocol) {
253
// to use Webpack for importing assets in the code, so we don't need to
254
// additionally serve files by their filenames. Otherwise, even if it
255
// works in development, those files will be missing in production, unless
256
- // we explicitly copy them. But even if we copy the all the files into
+ // we explicitly copy them. But even if we copy all the files into
257
// the build output (which doesn't seem to be wise because it may contain
258
// private information such as files with API keys, for example), we would
259
// still have a problem. Since the filenames would be the same every time,
0 commit comments