From 04dffb3c0abd03712df431ff57b3271b10f4f47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20M=2E=20Pardo?= Date: Tue, 5 May 2020 20:30:40 -0500 Subject: [PATCH] [App-admin-ui] Revert change in getWebpackConfig.js (#2904) --- .changeset/cuddly-llamas-explode.md | 5 +++++ packages/app-admin-ui/server/getWebpackConfig.js | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/cuddly-llamas-explode.md diff --git a/.changeset/cuddly-llamas-explode.md b/.changeset/cuddly-llamas-explode.md new file mode 100644 index 00000000000..c7875adf093 --- /dev/null +++ b/.changeset/cuddly-llamas-explode.md @@ -0,0 +1,5 @@ +--- +'@keystonejs/app-admin-ui': patch +--- + +Revert change in CSS import diff --git a/packages/app-admin-ui/server/getWebpackConfig.js b/packages/app-admin-ui/server/getWebpackConfig.js index ec16d387fa3..f9589d8f570 100644 --- a/packages/app-admin-ui/server/getWebpackConfig.js +++ b/packages/app-admin-ui/server/getWebpackConfig.js @@ -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 graphql@0.13.x. It can be removed // once we upgrade to graphql@14.0.2.