Skip to content

Commit

Permalink
Fix generated user webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed May 22, 2023
1 parent 60d7ea9 commit 7b2036a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ configs[0].module.rules.push({
loader: require.resolve('@theia/application-manager/lib/expose-loader')
}); */
module.exports = {
module.exports = [
...configs,
nodeConfig.config
};`;
];`;
}

protected compileNodeWebpackConfig(): string {
Expand Down

0 comments on commit 7b2036a

Please sign in to comment.