Skip to content

Commit

Permalink
URGENT Fix @skip-widget postcss config (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao authored Aug 30, 2024
1 parent 1452e44 commit b1a3f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
loader: 'postcss-loader',
options: {
postcssOptions: {
config: resolve(__dirname, 'postcss.config.mjs'),
config: resolve(__dirname, 'postcss.config.cjs'),
},
},
},
Expand Down

0 comments on commit b1a3f81

Please sign in to comment.