Make commonjs dependencies work

https://stackoverflow.com/a/56283408/8811886
merge-requests/11/merge
Alex Gleason 4 years ago
parent ed61603b10
commit c916122da7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -20,6 +20,7 @@ module.exports = (api) => {
['react-intl', { messagesDir: './build/messages/' }],
'preval',
],
'sourceType': 'unambiguous',
};
switch (env) {
@ -62,4 +63,3 @@ module.exports = (api) => {
return config;
};

Loading…
Cancel
Save