From 232eaff0291d3912227210815155f6c6efce2658 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Sun, 22 Feb 2015 19:09:15 +0100 Subject: [PATCH] Added missing comma --- templates/common/_webpack.dist.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_webpack.dist.config.js b/templates/common/_webpack.dist.config.js index d67bde7..734ffa7 100644 --- a/templates/common/_webpack.dist.config.js +++ b/templates/common/_webpack.dist.config.js @@ -33,7 +33,7 @@ module.exports = { ], resolve: { - extensions: ['', '.js'] + extensions: ['', '.js'], alias: { 'styles': './src/styles', 'components': './src/scripts/components/'