Adjust teamer profile form to changes in backend

This commit is contained in:
Björn Fromme
2022-12-13 21:06:51 +01:00
parent e810ef1137
commit 06238066c1
2 changed files with 11 additions and 14 deletions
-8
View File
@@ -50,10 +50,6 @@ Encore
config.shippedProposals = true
config.useBuiltIns = 'usage'
config.corejs = 3
})
.configureWatchOptions(function (options) {
options.poll = 500;
options.ignored = /node_modules|vendor|fileadmin/;
});
const EpThemeConfig = Encore.getWebpackConfig();
@@ -95,10 +91,6 @@ Encore
})
.configureBabel(function (babelConfig) {
babelConfig.plugins = [ '@babel/plugin-proposal-object-rest-spread', '@babel/plugin-syntax-dynamic-import' ]
})
.configureWatchOptions(function (options) {
options.poll = 500;
options.ignored = /node_modules/;
});
const EpEventsConfig = Encore.getWebpackConfig();