[packages/core][xs]:replace deprecated rollup executor

This commit is contained in:
olayway 2023-06-05 18:21:46 +02:00
parent e44e19737d
commit 9aaeb559c4

View File

@ -6,7 +6,7 @@
"tags": [],
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"executor": "@nrwl/rollup:rollup",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "packages/core/dist",
@ -14,16 +14,6 @@
"project": "packages/core/package.json",
"entryFile": "packages/core/src/index.ts",
"format": ["esm"],
"external": [
"react/jsx-runtime",
"react",
"next/link",
"next/head",
"next/router",
"next/dynamic",
"next-contentlayer",
"next-themes"
],
"generateExportsField": true,
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",