built assets are webpack cacheable

This commit is contained in:
Danny Coates
2018-03-02 13:58:05 -08:00
parent 914394054e
commit cfc94fd9af
3 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ module.exports = function() {
return {
code,
dependencies: files.map(f => require.resolve('../assets/' + f)),
cacheable: false
cacheable: true
};
};