Skip to content
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

Remove leading slash on publicPath #11174

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Remove leading slash on publicPath #11174

merged 1 commit into from
Oct 21, 2019

Conversation

paulrosenzweig
Copy link
Contributor

Resolves #11171, #11139, #11148

Restoring publicPath to "app/dist/" from "/app/dist/" breaks file-loader loaded files. They end up starting with "app/dist/app/dist/".

Adding publicPath: "" to the file-loader options fixes that issue.

@paulrosenzweig paulrosenzweig merged commit a995d5a into release-0.33.x Oct 21, 2019
@paulrosenzweig paulrosenzweig deleted the fix-11171 branch October 21, 2019 20:02
mazameli pushed a commit that referenced this pull request Oct 21, 2019
* hide section picker if when viewing column settings

* hide sidebar title

* add ChartSettingsSidebar test

* always show column settings title

* lint

* override sidebar title

* remove unneeded diff

* group reference sidebar tables by schema

* keep everything as one list

* use name instead of display_name

* add tests

* add schema pane

* filter to querable tables

* update tests

* unused imports

* sort schema and table names

* change scalar compact formatting to depend on pixel width rather than grid width (#10932)

* prompt for save when sharing unsaved question (#10976)

* use generic props override instead of just `title` and `onBack`

* Update pulse table style to match app (#10989)

* undefined -> null, you can spread null aparently

* Upgrade redshift driver to 1.2.36.1060 (#11181)

* fix bug where column settings were dropped (#11154)

* remove leading slash on publicPath (#11174)

* Fix GA crashes
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.

None yet

3 participants