Skip to content

Commit

Permalink
Update to use no-op loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 13, 2019
1 parent 7de4b05 commit ff64b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack/config/blocks/css/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const css = curry(async function css(
{
// Impossible regex expression
test: /a^/,
loader: data => data,
loader: 'noop-loader',
options: { __next_css_remove: true },
},
],
Expand Down

0 comments on commit ff64b11

Please sign in to comment.