Skip to content

Update connect-history-api-fallback to enable disableDotRule use #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2016
Merged

Update connect-history-api-fallback to enable disableDotRule use #638

merged 1 commit into from
Oct 5, 2016

Conversation

filipesilva
Copy link
Contributor

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

Currently, webpack-dev-server is requiring connect-history-api-fallback@^1.2.0 which might resolve to 1.2.0 on existing installs.

This version doesn't yet allow for the disableDotRule option enabled in bripkens/connect-history-api-fallback@ee86111.

Using the following in the Webpack Dev Server config works only when [email protected] is installed:

      historyApiFallback: {
        disableDotRule: true,
      },

What is the new behavior?

Package always requires connect-history-api-fallback at least 1.3.0.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information:

Currently, `webpack-dev-server` is requiring `connect-history-api-fallback@^1.2.0` which might resolve to `1.2.0` on current installs. 

This version doesn't yet allow for the `disableDotRule` option enabled in bripkens/connect-history-api-fallback@ee86111.

Using the following in the Webpack Dev Server config works when `[email protected]` is installed:
```
      historyApiFallback: {
        disableDotRule: true,
      },
```
@filipesilva
Copy link
Contributor Author

Cheers!

@SpaceK33z
Copy link
Member

Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants