Skip to content

Commit

Permalink
Merge branch 'hotfix/2.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jun 14, 2021
2 parents bcfc0af + 21a60ea commit a8e69b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-root",
"version": "2.9.1",
"version": "2.9.2",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-demo",
"version": "2.9.1",
"version": "2.9.2",
"private": true,
"scripts": {
"dev": "meta dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config",
"version": "2.9.1",
"version": "2.9.2",
"description": "A basic webpack config",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/src/presets/tailwindcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = (config, options = {}) => {
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: isDev ? [tailwind] : [tailwind, 'autoprefixer', 'cssnano'],
plugins: isDev ? [tailwind] : [tailwind, 'autoprefixer'],
},
},
};
Expand Down

0 comments on commit a8e69b4

Please sign in to comment.