From 6986d33da9ebe420a498d28cd4950cf4f2dc20d2 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 1 Oct 2018 19:18:07 -0500 Subject: [PATCH] don't need quotes --- lib/pipeline/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 770415b49..bf65c86c2 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -107,7 +107,7 @@ const base = { plugins: [ [ 'babel-plugin-module-resolver', { - 'alias': embarkAliases + alias: embarkAliases } ], [