mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
In Redux templates, add .babelrc to publish output. Fixes #159
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
|
||||
"publishOptions": {
|
||||
"include": [
|
||||
".babelrc",
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
|
||||
"publishOptions": {
|
||||
"include": [
|
||||
".babelrc",
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user