diff options
Diffstat (limited to 'vnext/postcss.config.js')
-rw-r--r-- | vnext/postcss.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/postcss.config.js b/vnext/postcss.config.js index 3e7b2675..d5ff5a25 100644 --- a/vnext/postcss.config.js +++ b/vnext/postcss.config.js @@ -8,6 +8,7 @@ module.exports = (ctx) => { 'postcss-import': {}, 'postcss-preset-env': { stage: 0 }, 'cssnano': production ? { preset: 'default' } : false, + 'postcss-url' : { url: 'copy', assetsPath: '', useHash: true } }, }; return config; |