Skip to content

Commit 1561892

Browse files
committed
chore: don’t need json plugin any more
1 parent 375db14 commit 1561892

3 files changed

Lines changed: 1 addition & 48 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"@commitlint/cli": "^17.6.5",
7878
"@commitlint/config-conventional": "^17.6.5",
7979
"@ionic/swiftlint-config": "^1.1.2",
80-
"@rollup/plugin-json": "^6.0.0",
8180
"@types/node": "^20.3.1",
8281
"@typescript-eslint/eslint-plugin": "^5.59.11",
8382
"@typescript-eslint/parser": "^5.59.11",

pnpm-lock.yaml

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
import json from '@rollup/plugin-json'
21
// eslint-disable-next-line import/named
32
import { defineConfig } from 'rollup'
43

54
export default defineConfig({
6-
plugins: [
7-
json({
8-
include: '**/info.json',
9-
indent: ' ',
10-
namedExports: false,
11-
}),
12-
],
5+
plugins: [],
136
input: 'dist/esm/index.js',
147
output: [
158
{

0 commit comments

Comments
 (0)