mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
remove resolve-url-loader after upgrade to angular 7
This commit is contained in:
@@ -225,7 +225,6 @@
|
|||||||
"protractor": "^5.4.2",
|
"protractor": "^5.4.2",
|
||||||
"protractor-istanbul-plugin": "2.0.0",
|
"protractor-istanbul-plugin": "2.0.0",
|
||||||
"raw-loader": "0.5.1",
|
"raw-loader": "0.5.1",
|
||||||
"resolve-url-loader": "^2.3.0",
|
|
||||||
"rimraf": "2.6.2",
|
"rimraf": "2.6.2",
|
||||||
"rollup": "^0.65.0",
|
"rollup": "^0.65.0",
|
||||||
"rollup-plugin-commonjs": "^9.1.6",
|
"rollup-plugin-commonjs": "^9.1.6",
|
||||||
|
@@ -126,12 +126,6 @@ module.exports = (env) => {
|
|||||||
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
loader: 'resolve-url-loader',
|
|
||||||
options: {
|
|
||||||
sourceMap: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
loader: 'sass-resources-loader',
|
loader: 'sass-resources-loader',
|
||||||
options: {
|
options: {
|
||||||
@@ -163,13 +157,7 @@ module.exports = (env) => {
|
|||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{
|
|
||||||
loader: 'resolve-url-loader',
|
|
||||||
options: {
|
|
||||||
sourceMap: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -167,12 +167,6 @@ module.exports = function (env) {
|
|||||||
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
loader: 'resolve-url-loader',
|
|
||||||
options: {
|
|
||||||
sourceMap: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
loader: 'sass-resources-loader',
|
loader: 'sass-resources-loader',
|
||||||
options: {
|
options: {
|
||||||
@@ -204,13 +198,7 @@ module.exports = function (env) {
|
|||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
includePaths: [projectRoot('./'), path.join(themePath, 'styles')]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{
|
|
||||||
loader: 'resolve-url-loader',
|
|
||||||
options: {
|
|
||||||
sourceMap: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user