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 2c970d1 commit c119e00Copy full SHA for c119e00
packages/addons/sitemap/packup.config.ts
@@ -3,7 +3,7 @@ import { Config, defineConfig } from '@strapi/pack-up';
3
const config: Config = defineConfig({
4
bundles: [
5
{
6
- source: './admin/index.ts',
+ source: './admin/index.js',
7
import: './dist/admin/index.mjs',
8
require: './dist/admin/index.js',
9
runtime: 'web',
0 commit comments