Skip to content

Commit

Permalink
feat: allow modules to specify additional webpack plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 22, 2023
1 parent ffb36bc commit 3dc1f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ module.exports = async (env) => {
// },
],
},
plugins: [...(webpackExt.plugins || [])],
}
}

0 comments on commit 3dc1f5f

Please sign in to comment.