diff options
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 4e4a051794d..a4e6c64fce5 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -156,7 +156,6 @@ var config = { { test: /katex.css$/, include: /node_modules\/katex\/dist/, - exclude: /(vendor\/assets)/, use: [ { loader: 'style-loader' }, { @@ -170,7 +169,6 @@ var config = { { test: /\.(eot|ttf|woff|woff2)$/, include: /node_modules\/katex\/dist\/fonts/, - exclude: /(vendor\/assets)/, loader: 'file-loader', options: { name: '[name].[hash].[ext]', |