mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
chore: Fixed path
This commit is contained in:
parent
0734bffb1e
commit
0c9f55153b
@ -25,7 +25,7 @@ function webpack(webpackConfig = {}, options = {}) {
|
||||
}
|
||||
|
||||
function managerEntries(entry = []) {
|
||||
return [...entry, require.resolve('./dist/manager')];
|
||||
return [...entry, require.resolve('./dist/src/manager')];
|
||||
}
|
||||
|
||||
module.exports = { webpack, managerEntries };
|
||||
|
Loading…
x
Reference in New Issue
Block a user