Skip to content

Commit

Permalink
Revert "chore: Updated configuration for embroider-css-modules"
Browse files Browse the repository at this point in the history
This reverts commit fc53dfb.
  • Loading branch information
ijlee2 committed Feb 1, 2024
1 parent 773d971 commit 158cc9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module.exports = function (defaults) {
module: {
rules: [
{
test: /(node_modules\/\.embroider\/rewritten-app\/)(.*\.css)$/i,
exclude: /node_modules/,
test: /\.css$/i,
use: [
{
loader: 'postcss-loader',
Expand Down

0 comments on commit 158cc9a

Please sign in to comment.