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": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
".babelrc",
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|||||||
@@ -83,6 +83,7 @@
|
|||||||
|
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
".babelrc",
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "generator-aspnetcore-spa",
|
"name": "generator-aspnetcore-spa",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Single-Page App templates for ASP.NET Core",
|
"description": "Single-Page App templates for ASP.NET Core",
|
||||||
"author": "Microsoft",
|
"author": "Microsoft",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user