1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-03 21:37:52 +02:00

Added ability to version assets for browser cache busting

This commit is contained in:
Andrew Davis
2018-09-12 22:00:18 -05:00
parent 3f9679ff5b
commit c2bfe21c7a
5 changed files with 66 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ Encore
"languages": ["php"],
"css": false,
}]);
});
})
.enableVersioning();
;
module.exports = Encore.getWebpackConfig();