Skip to content

Commit 41004a7

Browse files
committed
[TASK] Add resolve-url-loader
1 parent bfae514 commit 41004a7

File tree

4 files changed

+414
-8
lines changed

4 files changed

+414
-8
lines changed

Resources/Build/package-lock.json

+263
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Build/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"mini-css-extract-plugin": "^0.6.0",
2121
"node-sass": "^4.12.0",
2222
"postcss-loader": "^3.0.0",
23+
"resolve-url-loader": "^3.1.0",
2324
"sass-loader": "^7.1.0",
2425
"simple-progress-webpack-plugin": "^1.1.2",
2526
"stylelint": "^10.0.1",

Resources/Build/webpack.common.js

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ module.exports = {
5151
sourceMap: true
5252
}
5353
},
54+
{
55+
loader: 'resolve-url-loader',
56+
options: {
57+
sourceMap: true
58+
}
59+
},
5460
{
5561
loader: 'postcss-loader',
5662
options: {

0 commit comments

Comments
 (0)