Lazy loading

This commit is contained in:
Tienson Qin
2020-07-08 18:01:56 +08:00
parent 5e99d735ba
commit e464d11662
14 changed files with 189 additions and 299 deletions

View File

@@ -2,8 +2,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
// Specify the paths to all of the template files in your project
content: [
// '../resources/static/index.html',
// '../resources/static/js/main.js',
'../resources/static/js/main.js',
// etc.
],