rsnext/packages/next/client
JJ Kasper a6ddaefe22 Add experimental exportTrailingSlash config (#6664)
By default when `next export`ing a Next.js application we will automatically append a `/` to all urls to be fully compatible with the directory structure being output.

However since most platforms support directory indexes it makes sense to change this default in the future.

This PR adds `exportTrailingSlash` as experimental flag. We'll try this out for a bit on nextjs.org / zeit.co/docs before introducing it as new option.

The default value is `true` as this is the current behavior in stable Next.js.

```
{
  experimental: {
    exportTrailingSlash: false
  }
}
```

⚠️ as with all experimental flags being added this is subject to breaking between canary/stable versions.
2019-03-17 00:54:58 +01:00
..
dev-error-overlay Update react-error-overlay and use reportRuntimeError (#6577) 2019-03-08 16:24:15 +01:00
amp-dev.js Setup on-demand-entries ping to prevent AMP page disposal (#6484) 2019-02-28 12:52:13 -05:00
error-boundary.js Upgrade standard and fix files (#6358) 2019-02-19 22:45:07 +01:00
event-source-polyfill.js Remove event-source-polyfill dependency (#6407) 2019-02-22 16:23:58 +01:00
head-manager.js Make side-effect.js smaller (#6118) 2019-01-25 01:39:15 +01:00
index.js Update react-error-overlay and use reportRuntimeError (#6577) 2019-03-08 16:24:15 +01:00
link.js Add experimental exportTrailingSlash config (#6664) 2019-03-17 00:54:58 +01:00
next-dev.js Remove event-source-polyfill dependency (#6407) 2019-02-22 16:23:58 +01:00
next.js Monorepo (#5341) 2018-10-01 01:02:10 +02:00
noop.js Monorepo (#5341) 2018-10-01 01:02:10 +02:00
on-demand-entries-client.js Add warning on stalled page load possibly from too many tabs open (#6514) 2019-03-02 16:51:14 -06:00
on-demand-entries-utils.js Add warning on stalled page load possibly from too many tabs open (#6514) 2019-03-02 16:51:14 -06:00
page-loader.js Replace event-emitter.js by mitt (#5987) 2019-01-04 21:49:21 +01:00
router.js Upgrade standard and fix files (#6358) 2019-02-19 22:45:07 +01:00
source-map-support.ts Replace del with rimraf package (#6411) 2019-02-22 13:49:30 -06:00
webpack-hot-middleware-client.js Remove event-source-polyfill dependency (#6407) 2019-02-22 16:23:58 +01:00
with-router.js Revert #6030 (#6052) 2019-01-14 15:41:09 +01:00