chore: added a comment for the webpack 5 migration
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -114,6 +114,9 @@ export async function createConfig(
|
||||
);
|
||||
}
|
||||
|
||||
// TODO(blam): process is no longer auto polyfilled by webpack in v5.
|
||||
// we use the provide plugin to provide this polyfill, but lets look
|
||||
// to remove this eventually!
|
||||
plugins.push(
|
||||
new ProvidePlugin({
|
||||
process: 'process/browser',
|
||||
|
||||
Reference in New Issue
Block a user