In Redux templates, add .babelrc to publish output. Fixes #159
This commit is contained in:
parent
260a0d6bcb
commit
b6e2274163
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue