We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6e57 commit d05274cCopy full SHA for d05274c
src/content/configuration/module.md
@@ -171,7 +171,7 @@ module.exports = {
171
module: {
172
rules: [
173
{
174
- test: /.css$/,
+ test: /\.css$/,
175
oneOf: [
176
177
resourceQuery: /inline/, // foo.css?inline
@@ -252,7 +252,7 @@ module.exports = {
252
253
254
255
256
resourceQuery: /inline/,
257
use: 'url-loader'
258
}
0 commit comments