built assets are webpack cacheable
This commit is contained in:
parent
914394054e
commit
cfc94fd9af
3 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ module.exports = function() {
|
|||
return {
|
||||
code,
|
||||
dependencies: files.map(f => require.resolve('../assets/' + f)),
|
||||
cacheable: false
|
||||
cacheable: true
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue