Skip to content

Commit

Permalink
Metabolic pathways visualisation (#731): xml loader remove
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiKrasnov committed Feb 2, 2022
1 parent 5728069 commit 7ec54f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"postcss-loader": "^0.7.0",
"postcss-normalize": "0.2.0",
"pug-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"raw-loader": "0.5.1",
"sass-lint": "1.13.1",
"sass-loader": "7.3.1",
"style-loader": "^0.13.0",
Expand Down
12 changes: 0 additions & 12 deletions client/webpack.config.babel/webpack.loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ const imagesLoader = {
loader: 'url-loader?name=[name].[ext]'
};

const xmlLoader = {
// ASSET LOADER
// Reference: https://github.com/webpack/file-loader
// Copy png, jpg, jpeg, gif, svg, woff, woff2, ttf, eot files to output
// Rename the file using the asset hash
// Pass along the updated reference to your code
// You can add here any file extension you want to get copied to your output
test: /\.xml$/i,
loader: 'raw-loader',
};

const sassLoader = {
// Sass Loader
test: /\.scss$/,
Expand All @@ -94,7 +83,6 @@ export default [
commonStyleLoader,
HTMLLoader,
imagesLoader,
xmlLoader,
sassLoader,
{test: /\.woff$/, loader: 'url?limit=65000&mimetype=application/font-woff&name=[name].[ext]'},
{test: /\.woff2$/, loader: 'url?limit=65000&mimetype=application/font-woff2&name=[name].[ext]'},
Expand Down

0 comments on commit 7ec54f0

Please sign in to comment.