Change output directory of fontello

shigusegubu
kPherox 4 years ago
parent 7b1d5a4f5c
commit 9aac873d6b
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D
  1. 4
      build/webpack.base.conf.js

@ -98,8 +98,8 @@ module.exports = {
config: require('../static/fontello.json'),
name: 'fontello',
output: {
css: '[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'font/[name].' + now + '.[ext]'
css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'static/font/[name].' + now + '.[ext]'
}
})
]

Loading…
Cancel
Save