1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-14 16:45:39 +08:00

Remove svg4everybody

This commit is contained in:
Chauncey McAskill
2025-01-06 12:12:38 -05:00
parent 5f8767f04d
commit c434d0843f
3 changed files with 2 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
import svg4everybody from 'svg4everybody';
import { ENV } from './config';
// Dynamic imports for development mode only
@@ -11,11 +10,6 @@ let gridHelper;
})();
export default function () {
/**
* Use external SVG spritemaps
*/
svg4everybody();
/**
* Add grid helper
*/

11
package-lock.json generated
View File

@@ -10,8 +10,7 @@
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.21",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"svg4everybody": "^2.1.9"
"modularload": "^1.2.6"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
@@ -5032,14 +5031,6 @@
"graceful-fs": "^4.1.6"
}
},
"node_modules/svg4everybody": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/svg4everybody/-/svg4everybody-2.1.9.tgz",
"integrity": "sha512-AS9WORVV/vk520ZHxGTlQzyDBizp/h6WyAYUbKhze/kwvQr43DwJpkIIPBomsUyKqN7N+h1deF92N9PmW+o+9A==",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/tiny-glob": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",

View File

@@ -16,8 +16,7 @@
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.21",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"svg4everybody": "^2.1.9"
"modularload": "^1.2.6"
},
"devDependencies": {
"autoprefixer": "^10.4.20",