Skip to content

Commit

Permalink
Merge pull request #6119 from avalonmediasystem/cjcolvar-patch-3
Browse files Browse the repository at this point in the history
Resolve issue precompiling assets
  • Loading branch information
cjcolvar authored Nov 13, 2024
2 parents 1bc4b06 + e071b9e commit db0da17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const options = {
},
plugins: [
new webpack.ProvidePlugin({
process: 'process/browser',
process: 'process/browser.js',
}),
],
};
Expand Down

0 comments on commit db0da17

Please sign in to comment.