Skip to content

Commit

Permalink
Another attempt at fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgibbs committed May 9, 2022
1 parent 6c3ca9e commit 5a44255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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 jsonImporter = require("dart-sass-json-importer");
const jsonImporter = require("@indigotree/dart-sass-json-importer");

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

Expand Down

0 comments on commit 5a44255

Please sign in to comment.