Skip to content

Commit

Permalink
Merge pull request #6120 from avalonmediasystem/develop
Browse files Browse the repository at this point in the history
Fix asset precompilation
  • Loading branch information
cjcolvar authored Nov 13, 2024
2 parents 4506c42 + db0da17 commit d312601
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 d312601

Please sign in to comment.