file: resolvePath()

in rollup.config.js [75:85]


                file: resolvePath('./end-of-article', endOfArticlePkg.module),
                format: 'esm',
                sourcemap: false,
            },
        ],
        ...commonConfig,
    },
    {
        input: './logic-index.ts',
        output: [
            {