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

publicPath attribute not working in the customised webpack config ? #3720

Closed
Safa2222 opened this issue Jun 6, 2018 · 2 comments
Closed

Comments

@Safa2222
Copy link

Safa2222 commented Jun 6, 2018

Hello guys !
I need to load some ressources from a repository /bin/ to be used in the components displayed by the storybook. Unfortunately, it seems like the "publicPath" attribute of the "output" in my webpack.config.js is not taken into account. Is it a limitation of storybook ? here is the part i am working on in my webpack.config :

output: { path: path.resolve(__dirname, './../bin'), publicPath: '/bin/', },

@stale
Copy link

stale bot commented Jun 27, 2018

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

@stale stale bot added the inactive label Jun 27, 2018
@igor-dv
Copy link
Member

igor-dv commented Jun 27, 2018

I think it's duplicate to #3172.

@stale stale bot removed the inactive label Jun 27, 2018
@igor-dv igor-dv closed this as completed Jun 27, 2018
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

No branches or pull requests

2 participants