Merge pull request #5947 from anru/patch-3

Fixed missing iframe.html in output directory
This commit is contained in:
Michael Shilman 2019-03-07 21:51:38 +08:00 committed by GitHub
commit 666b64340c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '',
},