From b6e2274163feea824af955869cfab8fe7187ff78 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 1 Jul 2016 14:10:33 +0100 Subject: [PATCH] In Redux templates, add .babelrc to publish output. Fixes #159 --- templates/ReactReduxSpa/project.json | 1 + templates/ReactSpa/project.json | 1 + templates/yeoman/src/generator/package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/ReactReduxSpa/project.json b/templates/ReactReduxSpa/project.json index d8106a7..467e718 100755 --- a/templates/ReactReduxSpa/project.json +++ b/templates/ReactReduxSpa/project.json @@ -83,6 +83,7 @@ "publishOptions": { "include": [ + ".babelrc", "appsettings.json", "ClientApp", "node_modules", diff --git a/templates/ReactSpa/project.json b/templates/ReactSpa/project.json index d8106a7..467e718 100755 --- a/templates/ReactSpa/project.json +++ b/templates/ReactSpa/project.json @@ -83,6 +83,7 @@ "publishOptions": { "include": [ + ".babelrc", "appsettings.json", "ClientApp", "node_modules", diff --git a/templates/yeoman/src/generator/package.json b/templates/yeoman/src/generator/package.json index fda6859..2a340a9 100644 --- a/templates/yeoman/src/generator/package.json +++ b/templates/yeoman/src/generator/package.json @@ -1,6 +1,6 @@ { "name": "generator-aspnetcore-spa", - "version": "0.2.0", + "version": "0.2.1", "description": "Single-Page App templates for ASP.NET Core", "author": "Microsoft", "license": "Apache-2.0",