Skip to content

Commit e35f101

Browse files
authored
Merge pull request #313 from plone/revert-312-fixi18nnewrazzle
Revert "Fix preset name in frontend scaffold to support the new razzle fork"
2 parents ff31306 + 2bada2d commit e35f101

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

news/+morerazzlefixes.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

templates/add-ons/frontend/{{ cookiecutter.__folder_name }}/packages/{{ cookiecutter.frontend_addon_name }}/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function (api) {
22
api.cache(true);
3-
const presets = ['@plone/razzle'];
3+
const presets = ['razzle'];
44
const plugins = [
55
[
66
'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work

0 commit comments

Comments
 (0)