Skip to content

Commit

Permalink
FIX the reference path of the dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored and shilman committed Jan 17, 2019
1 parent 0c5f7b8 commit 616bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/manager/manager-webpack.config.js
Expand Up @@ -47,7 +47,7 @@ export default ({ configDir, configType, entries, outputDir, cache, babelOptions
files,
options,
version,
dlls: ['/sb_dll/storybook_ui_dll.js'],
dlls: ['./sb_dll/storybook_ui_dll.js'],
headHtmlSnippet: getManagerHeadHtml(configDir, process.env),
}),
template: require.resolve(`../templates/index.ejs`),
Expand Down

0 comments on commit 616bc71

Please sign in to comment.