aboutsummaryrefslogtreecommitdiff
path: root/build/webpack.base.conf.js
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2019-12-05 22:46:05 +0900
committerkPherox <admin@mail.kr-kp.com>2019-12-05 22:48:41 +0900
commit9aac873d6b50e6576578c0aac131971f6af4e4c4 (patch)
treef0d496eca953e1683d115eb780ebf18335a5054f /build/webpack.base.conf.js
parent7b1d5a4f5c54e6ea549a3a69d180970305ff0715 (diff)
Change output directory of fontello
Diffstat (limited to 'build/webpack.base.conf.js')
-rw-r--r--build/webpack.base.conf.js4
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]'
}
})
]