Skip to content

Commit

Permalink
[webpack-build-scripts] fix: ProvidePlugin module path (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Mar 24, 2023
1 parent 982faba commit 5cbb8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-build-scripts/webpack.config.karma.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
plugins: [
// HACKHACK: we should use an alternative to `process` in frontend code
new webpack.ProvidePlugin({
process: "process/browser",
process: "process/browser.js",
}),

new ForkTsCheckerWebpackPlugin({
Expand Down

1 comment on commit 5cbb8d6

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[webpack-build-scripts] fix: ProvidePlugin module path (#6038)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.