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 GitHub
parent 903ed2e3e6
commit b82df40562

View File

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