Skip to content

Commit

Permalink
Improve wording of sourceMaps option (#298)
Browse files Browse the repository at this point in the history
The old wording made it sound like souremaps weren't supported in minified builds.
  • Loading branch information
Macil authored and DeMoorJasper committed Nov 15, 2018
1 parent 3172ffe commit 366c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/en/docs/api.md
Expand Up @@ -35,7 +35,7 @@ const options = {
logLevel: 3, // 3 = log everything, 2 = log warnings & errors, 1 = log errors
hmr: true, //Enable or disable HMR while watching
hmrPort: 0, // The port the HMR socket runs on, defaults to a random free port (0 in node.js resolves to a random free port)
sourceMaps: true, // Enable or disable sourcemaps, defaults to enabled (not supported in minified builds yet)
sourceMaps: true, // Enable or disable sourcemaps, defaults to enabled (minified builds currently always create sourcemaps)
hmrHostname: '', // A hostname for hot module reload, default to ''
detailedReport: false // Prints a detailed report of the bundles, assets, filesizes and times, defaults to false, reports are only printed if watch is disabled
};
Expand Down

1 comment on commit 366c8b6

@vercel
Copy link

@vercel vercel bot commented on 366c8b6 Nov 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.