Skip to content

Commit

Permalink
Merge pull request #12 from indigotree/feature/rtlcss
Browse files Browse the repository at this point in the history
Add RTLCSS
  • Loading branch information
paulgibbs committed Dec 13, 2023
2 parents 4ad8211 + 23ec2a3 commit 76e90bc
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require("path");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const { WebpackManifestPlugin } = require("webpack-manifest-plugin");
const DependencyExtractionWebpackPlugin = require("@wordpress/dependency-extraction-webpack-plugin");
const WebpackRTLPlugin = require("@automattic/webpack-rtl-plugin");

const isDev = process.env.NODE_ENV !== "production";

Expand Down Expand Up @@ -66,5 +67,6 @@ module.exports = {
}),
new DependencyExtractionWebpackPlugin(),
new WebpackManifestPlugin(),
new WebpackRTLPlugin(),
],
};
169 changes: 169 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"homepage": "https://github.com/indigotree/webpack-wp#readme",
"dependencies": {
"@automattic/webpack-rtl-plugin": "^6.0.0",
"@babel/core": "^7.21.4",
"@wordpress/babel-preset-default": "*",
"@wordpress/dependency-extraction-webpack-plugin": "*",
Expand Down

0 comments on commit 76e90bc

Please sign in to comment.