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

7 lines
209 B
JavaScript
Raw Normal View History

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