Skip to content

Commit

Permalink
fix: Fix babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbiscuit committed Mar 30, 2023
1 parent 152a44f commit 91ea6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function (api) {
api.cache(true);
const presets = ['razzle/babel'];
const presets = ['razzle'];
const plugins = [
[
'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work
Expand Down

0 comments on commit 91ea6ee

Please sign in to comment.