You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn(`⚠️ Rust compilation invoked more than once at the same time.`)
236
+
info(`ℹ️ This will work with some speed penalty, but it represents an error in your webpack configuration and is not guaranteed to continue working.\n`)
237
+
}
238
+
})
239
+
240
+
// Don't run two Rust compilers at once - the compilers will interfere
241
+
// with each other, one will fail, and the build process will fail.
0 commit comments