Skip to content

Commit

Permalink
fix(plugin-webpack): provide an output path so that hot reloading wor…
Browse files Browse the repository at this point in the history
…ks correctly

ISSUES CLOSED: #713
  • Loading branch information
MarshallOfSound committed May 24, 2019
1 parent 09fdf05 commit c8097c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin/webpack/src/WebpackPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Your packaged app may be larger than expected if you dont ignore everything othe
path: path.resolve(this.baseDir, 'renderer'),
filename: '[name]/index.js',
globalObject: 'self',
publicPath: '/',
},
node: {
__dirname: false,
Expand Down

0 comments on commit c8097c2

Please sign in to comment.