mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Merge pull request #5947 from anru/patch-3
Fixed missing iframe.html in output directory
This commit is contained in:
commit
666b64340c
@ -37,7 +37,7 @@ export default ({
|
||||
devtool: '#cheap-module-source-map',
|
||||
entry: entries,
|
||||
output: {
|
||||
path: path.join(process.cwd(), outputDir),
|
||||
path: path.resolve(process.cwd(), outputDir),
|
||||
filename: '[name].[hash].bundle.js',
|
||||
publicPath: '',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user