We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf131a1 commit 0789361Copy full SHA for 0789361
.gitignore
@@ -1,24 +1,19 @@
1
.vscode/
2
.history
3
-project
4
logs
5
*.log
6
npm-debug.log*
7
.DS_Store
8
*.swp
9
yarn-error.log
10
-yarn.lock
11
-package-lock.json
12
13
node_modules
14
build
15
dist
+screenshots
16
cypress/videos
17
cypress/reports
18
-screenshots
19
-videos
20
.env.local
21
.env.development.local
22
.env.test.local
23
-.env.production.local
24
-*~
+.env.production.local
babel.config.js
@@ -1,17 +1 @@
-module.exports = function (api) {
- api.cache(true);
- const presets = ['razzle/babel'];
- const plugins = [
- [
- 'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work
- {
- messagesDir: './build/messages/',
- },
- ],
- ];
-
- return {
- plugins,
- presets,
- };
-};
+module.exports = require('@plone/volto/babel');
0 commit comments