Skip to content

Commit 1506f89

Browse files
committed
[docs] Remove unused loader
throwing stuff out an see who shouts :) maybe some debugging tool?
1 parent 8185461 commit 1506f89

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/next.config.js

-7
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ module.exports = {
9090
module: {
9191
...config.module,
9292
rules: config.module.rules.concat([
93-
{
94-
test: /\.(css|md)$/,
95-
loader: 'emit-file-loader',
96-
options: {
97-
name: 'dist/[path][name].[ext]',
98-
},
99-
},
10093
{
10194
test: /\.(css|md)$/,
10295
loader: 'raw-loader',

0 commit comments

Comments
 (0)