diff options
Diffstat (limited to 'themes/even/src/webpack.config.js')
-rw-r--r-- | themes/even/src/webpack.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/even/src/webpack.config.js b/themes/even/src/webpack.config.js index f2218be..0e47863 100644 --- a/themes/even/src/webpack.config.js +++ b/themes/even/src/webpack.config.js @@ -38,10 +38,6 @@ module.exports = { { test: /iconfont\.(woff|woff2|eot|ttf|otf|svg)$/, use: ['file-loader?name=[path][name].[ext]?hash=[hash:7]'] - }, - { - test: /apple-chancery-webfont\.(woff|woff2|eot|ttf|otf|svg)$/, - use: ['file-loader?name=[path][name].[ext]'] } ] }, |