Skip to content

Commit

Permalink
v3.0.2 (#2943)
Browse files Browse the repository at this point in the history
* fix: only show errors for dll build

* chore: semver bump
  • Loading branch information
amilajack committed Aug 18, 2021
1 parent 1c83ebd commit 2528e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .erb/configs/webpack.config.renderer.dev.dll.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export default merge(baseConfig, {
},
},

stats: 'errors-only',

plugins: [
new webpack.DllPlugin({
path: path.join(dist, '[name].json'),
Expand Down
2 changes: 1 addition & 1 deletion build/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-react-boilerplate",
"productName": "electron-react-boilerplate",
"version": "3.0.1",
"version": "3.0.2",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "./dist/main/main.js",
"author": {
Expand Down

0 comments on commit 2528e68

Please sign in to comment.