Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Fixed to storybook link is broken for building storybook #290

Merged
merged 3 commits into from
Aug 12, 2020

Conversation

s-ong-c
Copy link
Contributor

@s-ong-c s-ong-c commented Aug 4, 2020

Description

When building a storybook, the iframe.html link is broken since that all starts with absolute path /app.js....
I've fixed webpack.config.js file so it will correct

previous solution
Add postbuild script for building storybook #259

current solution (thx to @ndelangen @Marklb)
fixed webpack.config.js

Related Issues

storybookjs/storybook#11694

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • Run yarn test or yarn test -u if you need to update snapshot.
  • Run yarn lint
  • I am willing to follow-up on review comments in a timely manner.

@s-ong-c s-ong-c added the bugfix label Aug 4, 2020
@s-ong-c s-ong-c requested a review from hyochan August 4, 2020 12:18
@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #290 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   80.18%   80.18%           
=======================================
  Files          25       25           
  Lines         777      777           
  Branches      241      241           
=======================================
  Hits          623      623           
  Misses         80       80           
  Partials       74       74           

Copy link
Collaborator

@JeffGuKang JeffGuKang left a comment

Choose a reason for hiding this comment

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

LGTM.
Thanks for the useful option as wUni.output.publicPath.

@s-ong-c s-ong-c requested a review from hyochan August 7, 2020 03:01
Copy link
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

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

LGTM!

@hyochan hyochan merged commit 0d9086c into hyochan:master Aug 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants