Skip to content

Commit

Permalink
Merge pull request #432 from stephenwf/patch-1
Browse files Browse the repository at this point in the history
publicPath cannot be null
  • Loading branch information
insin authored Mar 8, 2018
2 parents 928f991 + c841b68 commit dee288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ module.exports = {

The exception is the React component demo app, which doesn't set a `publicPath`, generating a build without any root URL paths to static resources. This allows you to serve it at any path without configuration (e.g. on GitHub Project Pages), or open the generated `index.html` file directly in a browser, which is ideal for distributing app builds which don't require a server to run.

If you want to create a path-independent build, set `publicPath` to blank or `null`:
If you want to create a path-independent build, set `publicPath` to blank:

```js
module.exports = {
Expand Down

0 comments on commit dee288c

Please sign in to comment.