Commit f18b610d authored by Dave Long's avatar Dave Long
Browse files

Issue #3319917 by nod_, lauriii: Remove raw-loader dependency

parent 96df52d6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
@@ -437,7 +436,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ getDirectories(path.resolve(__dirname, './js/ckeditor5_plugins')).forEach((dir)
      }),
    ],
    module: {
      rules: [{ test: /\.svg$/, use: 'raw-loader' }],
      rules: [{ test: /\.svg$/, type: 'asset/source' }],
    },
  };

+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@
    "postcss-pxtorem": "^6.0.0",
    "postcss-url": "^10.1.3",
    "prettier": "^2.1.2",
    "raw-loader": "^4.0.2",
    "shepherd.js": "9.1.x",
    "sortablejs": "1.15.x",
    "stylelint": "^14.0.1",
+0 −2
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
@@ -437,7 +436,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
+0 −2
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
@@ -437,7 +436,6 @@
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  box-shadow: none;
  text-shadow: none;
  text-shadow: none;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
Loading