Adjust teamer profile form to changes in backend
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user