Skip to content

Commit

Permalink
returned -webkit styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Aug 30, 2024
1 parent 2bb653a commit 2110ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .webpack/lightning-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function (content, map) {
cssModules: false,
projectRoot: path.join(process.cwd(), "dist"),
filename: this.resourcePath,
targets: browserslistToTargets(browserslist("defaults")),
targets: browserslistToTargets(browserslist("defaults, Safari >= 13")),
};

let code = "";
Expand Down

0 comments on commit 2110ef6

Please sign in to comment.