fix: adds mode to webpack to stop warning (#1666)

This commit is contained in:
Nathan Nichols
2021-09-24 12:10:12 -07:00
committed by Mayukha Vadari
parent b3a72588ea
commit 0996dc13b7

View File

@@ -58,6 +58,7 @@ function webpackForTest(testFileName) {
}
const test = {
mode: 'production',
cache: true,
externals: [
{