We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18f659 commit 9a8a02fCopy full SHA for 9a8a02f
packages/aws-serverless/package.json
@@ -102,5 +102,23 @@
102
"volta": {
103
"extends": "../../package.json"
104
},
105
- "sideEffects": false
+ "sideEffects": false,
106
+ "nx": {
107
+ "targets": {
108
+ "build:transpile": {
109
+ "inputs": [
110
+ "production",
111
+ "^production"
112
+ ],
113
+ "dependsOn": [
114
+ "^build:transpile"
115
116
+ "outputs": [
117
+ "{projectRoot}/build/npm/esm",
118
+ "{projectRoot}/build/npm/cjs",
119
+ "{projectRoot}/build/aws"
120
+ ]
121
+ }
122
123
124
}
0 commit comments