built assets are webpack cacheable
This commit is contained in:
parent
914394054e
commit
cfc94fd9af
3 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,6 @@ module.exports = function() {
|
|||
dependencies: dirs.map(d =>
|
||||
require.resolve(`../public/locales/${d}/send.ftl`)
|
||||
),
|
||||
cacheable: false
|
||||
cacheable: true
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue