Files
5chan/craco.config.js
T

9 lines
122 B
JavaScript

module.exports = {
webpack: {
configure: {
experiments: {
topLevelAwait: true,
},
},
},
};