Skip to content

Commit

Permalink
[App-admin-ui] Revert change in getWebpackConfig.js (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikodermus authored May 6, 2020
1 parent 6e50783 commit 04dffb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-llamas-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystonejs/app-admin-ui': patch
---

Revert change in CSS import
1 change: 0 additions & 1 deletion packages/app-admin-ui/server/getWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = function({ adminMeta, adminViews, entry, outputPath }) {
{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
include: /node_modules/,
},
// This is a workaround for a problem with [email protected]. It can be removed
// once we upgrade to [email protected].
Expand Down

0 comments on commit 04dffb3

Please sign in to comment.