diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-12-05 22:46:05 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-12-05 22:48:41 +0900 |
| commit | 9aac873d6b50e6576578c0aac131971f6af4e4c4 (patch) | |
| tree | f0d496eca953e1683d115eb780ebf18335a5054f | |
| parent | 7b1d5a4f5c54e6ea549a3a69d180970305ff0715 (diff) | |
Change output directory of fontello
| -rw-r--r-- | build/webpack.base.conf.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js index 9313ec20..5cc0135e 100644 --- a/build/webpack.base.conf.js +++ b/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]' } }) ] |
