Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2018-02-12 22:04:59 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2018-02-13 00:59:32 +0300
commit954bfb5db557b7455e913e42be5b851d94d0a49d (patch)
tree2b267bf8fac2d6b747ae04fac5db3e835fde3fdc /config
parentc833a09d9156e26851746250460ddd2f091e73cd (diff)
Addressed mr observations
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
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]',