Skip to content

Commit b6e2274

Browse files
In Redux templates, add .babelrc to publish output. Fixes aspnet#159
1 parent 260a0d6 commit b6e2274

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

templates/ReactReduxSpa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
"publishOptions": {
8585
"include": [
86+
".babelrc",
8687
"appsettings.json",
8788
"ClientApp",
8889
"node_modules",

templates/ReactSpa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
"publishOptions": {
8585
"include": [
86+
".babelrc",
8687
"appsettings.json",
8788
"ClientApp",
8889
"node_modules",

templates/yeoman/src/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-aspnetcore-spa",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Single-Page App templates for ASP.NET Core",
55
"author": "Microsoft",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)