Files
5chan/craco.config.js
T

9 lines
122 B
JavaScript
Raw Normal View History

2023-02-04 22:10:54 +01:00
module.exports = {
webpack: {
configure: {
experiments: {
topLevelAwait: true,
},
},
},
};