Don't use esm versions of deps in preload bundle
This commit is contained in:
@@ -59,6 +59,7 @@ const preloadConfig: Configuration = {
|
||||
resolve: {
|
||||
extensions: ['.js'],
|
||||
alias: {},
|
||||
mainFields: ['browser', 'main'],
|
||||
},
|
||||
externals: [
|
||||
({ request = '' }, callback) => {
|
||||
|
Reference in New Issue
Block a user