chore: added a comment for the webpack 5 migration

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-04-15 14:10:55 +02:00
parent 48c1c0d677
commit 415bad14cf
+3
View File
@@ -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',