mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-15 00:05:35 +08:00
Angular: Fix preset for storyStoreV7
This commit is contained in:
parent
03149e8253
commit
55b1323468
2
app/angular/preset.js
vendored
2
app/angular/preset.js
vendored
@ -1,5 +1,5 @@
|
|||||||
function config(entry = []) {
|
function config(entry = []) {
|
||||||
return [...entry, require.resolve('./dist/esm/client/preview/config')];
|
return [...entry, require.resolve('./dist/ts3.9/client/preview/config')];
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user