1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/web/workaroundPlugin.js

11 lines
264 B
JavaScript
Raw Normal View History

2021-05-12 20:51:38 +02:00
module.exports = function config() {
return {
name: 'snowpack-config-resolveProxyImports-plugin',
config(config) {
setTimeout(() => {
config.buildOptions.resolveProxyImports = true
})
},
};
}