Files
svg-sprites/integration/apps/lit-webpack/src/remote-app-icons/svg-sprite.config.js

9 lines
237 B
JavaScript

const manifestUrl = process.env.SVG_SPRITE_REMOTE_MANIFEST_URL
?? '../../../standalone-server/cases/mixed-input/.svg-sprite/svg-sprite.manifest.json'
export default {
mode: 'lit@webpack',
source: 'remote',
input: manifestUrl,
}