将 publicPath 添加到 Storybook React
Adding publicPath to Storybook React
我们的 Storybook React 项目在子路径 (http://example.com/storybook) but the production version is looking for assets at the top level (http://example.com/font.woff) 中。
我读到您可以添加 publicPath 属性 或在 __webpack_public_path__
上添加覆盖,但我看不到在哪里可以这样做?
我在使用 Storybook 时遇到了类似的问题。请检查构建命令行的选项。我用这个 link 解决了我的问题,特别是
build-storybook --static-dir storybook
我们的 Storybook React 项目在子路径 (http://example.com/storybook) but the production version is looking for assets at the top level (http://example.com/font.woff) 中。
我读到您可以添加 publicPath 属性 或在 __webpack_public_path__
上添加覆盖,但我看不到在哪里可以这样做?
我在使用 Storybook 时遇到了类似的问题。请检查构建命令行的选项。我用这个 link 解决了我的问题,特别是
build-storybook --static-dir storybook