From c921b1cde161d2c46eb03a710923cf115d1de176 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Thu, 7 Apr 2022 16:04:22 -0700 Subject: [PATCH 1/2] Don't process inline diff --git a/packages/core/integration-tests/test/integration/css-modules-style/package.json b/packages/core/integration-tests/test/integration/css-modules-style/package.json new file mode 100644 index 00000000000..b75c1c25148 --- /dev/null +++ b/packages/core/integration-tests/test/integration/css-modules-style/package.json @@ -0,0 +1,6 @@ +{ + "private": true, + "@parcel/transformer-css": { + "cssModules": true + } +} diff --git a/packages/core/integration-tests/test/integration/css-modules-style/yarn.lock b/packages/core/integration-tests/test/integration/css-modules-style/yarn.lock new file mode 100644 index 00000000000..e69de29bb2d