mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
feat: добавить серверную генерацию спрайтов
This commit is contained in:
2
integration/apps/next-app-webpack/src/remote-app-icons/.gitignore
vendored
Normal file
2
integration/apps/next-app-webpack/src/remote-app-icons/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# @generated by @gromlab/svg-sprites. Do not edit.
|
||||
/.svg-sprite/
|
||||
@@ -0,0 +1 @@
|
||||
export * from './.svg-sprite'
|
||||
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
mode: 'next@app/webpack',
|
||||
source: 'remote',
|
||||
input: process.env.SVG_SPRITE_REMOTE_MANIFEST_URL
|
||||
?? '../../../standalone-server/cases/mixed-input/.svg-sprite/svg-sprite.manifest.json',
|
||||
}
|
||||
Reference in New Issue
Block a user