Skip to content

Commit

Permalink
Merge pull request #5947 from anru/patch-3
Browse files Browse the repository at this point in the history
Fixed missing iframe.html in output directory
  • Loading branch information
shilman authored Mar 7, 2019
2 parents 521a6a4 + 5f3c575 commit 666b643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/preview/iframe-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
},
Expand Down

0 comments on commit 666b643

Please sign in to comment.