Skip to content

Commit ce8da84

Browse files
committed
Remove lazysizes JS
1 parent 2417d58 commit ce8da84

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/layout/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
window.lazySizesConfig = window.lazySizesConfig || {};
2525
window.lazySizesConfig.loadMode = 1;
2626
</script>
27-
<script async src="{{cdn 'assets/dist/theme-bundle.head_async.js'}}"></script>
2827

2928
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
3029

webpack.common.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
context: __dirname,
1111
entry: {
1212
main: './assets/js/app.js',
13-
head_async: ['lazysizes'],
1413
polyfills: './assets/js/polyfills.js',
1514
},
1615
module: {
@@ -75,7 +74,6 @@ module.exports = {
7574
alias: {
7675
jquery: path.resolve(__dirname, 'node_modules/jquery/dist/jquery.min.js'),
7776
jstree: path.resolve(__dirname, 'node_modules/jstree/dist/jstree.min.js'),
78-
lazysizes: path.resolve(__dirname, 'node_modules/lazysizes/lazysizes.min.js'),
7977
nanobar: path.resolve(__dirname, 'node_modules/nanobar/nanobar.min.js'),
8078
'slick-carousel': path.resolve(__dirname, 'node_modules/slick-carousel/slick/slick.min.js'),
8179
'svg-injector': path.resolve(__dirname, 'node_modules/svg-injector/dist/svg-injector.min.js'),

0 commit comments

Comments
 (0)